]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/conf_across_mountpoints' into 'master'
authorAngus Gratton <angus@espressif.com>
Wed, 14 Dec 2016 23:07:27 +0000 (07:07 +0800)
committerAngus Gratton <angus@espressif.com>
Wed, 14 Dec 2016 23:07:27 +0000 (07:07 +0800)
commitf1390fa7c90be8147aa957bc796aa1a0d0178ec9
tree6d7e94f3bb6dc02ac7f9d0268f3e7d26d1d18afb
parent953b12b4c0af1e320990918a025b15753c682377
parent6380245d3db1373cfbfb456defbef11abf0050f9
Merge branch 'bugfix/conf_across_mountpoints' into 'master'

Create temp config in the same dir as target

Fixes case where SDK and app are on different mounts

(In our usage of kconfig, dirname is the empty string & basename is the full path to sdkconfig)

Github pull request https://github.com/espressif/esp-idf/pull/151

See merge request !309