YAMAMOTO Takashi
|
afd03f5a7e
|
sethost: If no host options are specified, try to guess
|
2020-02-06 18:01:48 +08:00 |
YAMAMOTO Takashi
|
431317ef26
|
sethost.sh: Don't ignore "make olddefconfig" failure
I guess missing kconfig-conf is a common mistake for
newbies like me. Bail out earlier instead of producing
random errors during a build.
|
2020-01-29 09:03:48 +01:00 |
Xiang Xiao
|
e59f242f88
|
remove the dup kconfig tweak in configure.sh, testbuild.sh and sethost.sh
Change-Id: I2027b6be55609d8828ff39b568d1f8ddcf333e9a
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
2020-01-20 08:04:21 -06:00 |
Xiang Xiao
|
f316c15769
|
Remove the size related option from sehost.sh and testbuild.sh
to aglin with configure.sh
Change-Id: I42f2621dff72b22ee6c51bd44cc4a1c3d81d128e
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
2020-01-20 08:04:21 -06:00 |
Xiang Xiao
|
d0b34dec97
|
Fix the minor issue found in configure.sh, sethost.sh and testbuild.sh
1.The unused variable
2.The duplicated setting
3.The typo error
Change-Id: I8c129cce78d3e88856f1edcbc2c702c433daa61f
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
2020-01-20 08:04:21 -06:00 |
Xiang Xiao
|
3b9efc95a2
|
Format all shell scripts in tools folder
Change-Id: Ieef2eb93d56c03972b4dc63a1c55aabf1fb0d169
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
2020-01-06 00:51:49 +08:00 |
Manuel Stühn
|
5585cc421c
|
Merged in manuelstuehn/nuttx/feature/bsd-portable (pull request #975)
change all occurences of /bin/(ba)sh to /usr/bin/env bash which appears more portable
Approved-by: Gregory Nutt <gnutt@nuttx.org>
|
2019-08-10 15:57:26 +00:00 |
Gregory Nutt
|
545627ce85
|
tools/sethost.sh: Fix some errors in last change; add support for macOS
|
2018-06-01 14:21:04 -06:00 |
Gregory Nutt
|
d52c63f632
|
Change all references from OSX to macOS
|
2018-06-01 13:25:50 -06:00 |
Gregory Nutt
|
3146eb5d63
|
tools/: Update to better support MSYS
|
2018-05-31 11:53:09 -06:00 |
Gregory Nutt
|
a323fb91d0
|
tools/: Small simplication to usage
|
2017-01-01 15:39:24 -06:00 |
Gregory Nutt
|
34be3e7c3c
|
Add configuration support for builds with Ubuntu under Windows 10
|
2017-01-01 15:34:23 -06:00 |
Gregory Nutt
|
43c46fd34c
|
ESP32 Core: Add a dummy Toolchain.defs. Fix some cloning errors left in the NSH configuration.
|
2016-10-13 14:40:43 -06:00 |
Gregory Nutt
|
01fd4952f9
|
tools/sethost.sh: Fix several syntax errors
|
2016-08-09 13:20:20 -06:00 |
Gregory Nutt
|
189d2cf475
|
Update NSH document, README, and comments in a script file
|
2016-08-04 12:59:33 -06:00 |
Gregory Nutt
|
6be282af96
|
Add tools/sethost.sh. This is a script that you can use to quickly change the host platform from Linux to Windows/Cygwin. Might save you a lot of headaches.
|
2016-08-03 16:31:35 -06:00 |