Angus Gratton
|
202664bac0
build: In GNU Make, use "cygpath -m" to avoid backslashes
|
vor 6 Jahren |
V.Dudnik
|
9afe47425b
project_config_mk: fix if condition
|
vor 6 Jahren |
Angus Gratton
|
4f4edcf676
ldgen: Fix ENOENT errors on Windows with MSYS2 and GNU Make
|
vor 7 Jahren |
Angus Gratton
|
f6cd55d2ac
config: Rename mconf to mconf-idf & conf to conf-idf
|
vor 7 Jahren |
Angus Gratton
|
2f4079ebb2
cmake: Hide serial port settings in menuconfig when using cmake
|
vor 7 Jahren |
Anton Maklakov
|
f3d61015f7
build: Fix problems with building kconfig and generating sdkconfig
|
vor 8 Jahren |
Deomid Ryabkov
|
9903ea1c11
Add --warn-undefined-variables to MAKEFLAGS
|
vor 9 Jahren |
Angus Gratton
|
2806b57fc1
build system: Don't make menuconfig if "make clean" run with no sdkconfig
|
vor 8 Jahren |
Angus Gratton
|
f29768c404
Build system: Add new BATCH_BUILD flag to disable interactive parts of the build
|
vor 9 Jahren |
Angus Gratton
|
3c90032369
build system: Fix parallel & double menuconfig issues when sdkconfig missing
|
vor 9 Jahren |
Angus Gratton
|
e91d436e45
build system: Probable fix for errors due to bad config bypassing components
|
vor 9 Jahren |
Angus Gratton
|
6421479dab
build system: Fix sdkconfig.defaults file preventing menuconfig changes
|
vor 9 Jahren |
Angus Gratton
|
2350288a33
examples: Move sdkconfig.defaults support into build system
|
vor 9 Jahren |
Angus Gratton
|
abb7668af7
build system: Fix bug where erase_flash was always invoked for flash
|
vor 9 Jahren |
Angus Gratton
|
c15024e629
Merge branch 'master' into feature/build_component_project_vars
|
vor 9 Jahren |
Angus Gratton
|
64f3893cb9
secure boot: Derive secure bootloader key from private key
|
vor 9 Jahren |
Angus Gratton
|
341593f7d2
build system: Remove need for $(Q) macro in recipes, use --silent in MAKEFLAGS instead
|
vor 9 Jahren |
Angus Gratton
|
208e83def7
build system: Refactor component.mk to not need component_common.mk
|
vor 9 Jahren |
Angus Gratton
|
2f0efe1510
build system: Fix defconfig vs menuconfig regression in 155f9124
|
vor 9 Jahren |
Angus Gratton
|
830e5caf4d
build system: Replace get_variable target w/ component_project_vars.mk generated makefiles
|
vor 9 Jahren |
Angus Gratton
|
305bc9fd9c
build system: Run parallel builds without warnings
|
vor 9 Jahren |
Angus Gratton
|
f720e82d40
build system: Allow BUILD_DIR_BASE to be a relative directory (see github #38)
|
vor 9 Jahren |
Angus Gratton
|
477d71e589
config system: Fix configuration when BUILD_DIR_BASE out-of-tree
|
vor 9 Jahren |
Angus Gratton
|
66882347e8
build system: Fix out-of-tree building via BUILD_DIR_BASE
|
vor 9 Jahren |
Angus Gratton
|
7c58c1e06b
Build system: Allow components to add to the global CFLAGS via Makefile.projbuild
|
vor 9 Jahren |
Angus Gratton
|
938d13c5a3
Makefile: Rename $(vecho) to $(summary), add new $(details) for echoing details when V=1
|
vor 9 Jahren |
Ivan Grokhotkov
|
f19ac2b927
make: add defconfig, don't run silentoldconfig before menuconfig
|
vor 9 Jahren |
Angus Gratton
|
f853f94335
Use IDF_PATH instead of SDK_PATH for the environment variable pointing to esp-idf
|
vor 9 Jahren |
Angus Gratton
|
b0f530d004
Makefile: bootloader-clean shouldn't clean config or partition table
|
vor 9 Jahren |
Angus Gratton
|
14eb490bb3
make: 'make all' default target builds everything, 'make flash' flashes everything
|
vor 9 Jahren |