esp-idf/components/newlib
Renz Christian Bagaporo 9b350f9ecc cmake: some formatting fixes
Do not include bootloader in flash target when secure boot is enabled.
Emit signing warning on all cases where signed apps are enabled (secure
boot and signed images)
Follow convention of capital letters for SECURE_BOOT_SIGNING_KEY
variable, since it is
relevant to other components, not just bootloader.
Pass signing key and verification key via config, not requiring
bootloader to know parent app dir.
Misc. variables name corrections
2019-06-21 19:53:29 +08:00
..
include
lib
platform_include
test components: use new component registration api 2019-06-21 19:53:29 +08:00
.gitignore
.gitmodules
CMakeLists.txt cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
COPYING.NEWLIB
Kconfig Rename Kconfig options (components/esp32) 2019-05-21 09:09:01 +02:00
Makefile.old
component.mk
esp32-spiram-rom-functions-c.lf
esp32-spiram-rom-functions-psram-workaround.lf
heap.c
locks.c
newlib.lf
poll.c
project_include.cmake components: correct dependency information for linking without link groups 2019-05-28 10:51:02 +08:00
pthread.c cmake: For gcc8 use linker to find paths to libc, libm, libstdc++, etc 2019-05-28 12:54:37 +08:00
random.c
reent_init.c
select.c
syscall_table.c
syscalls.c
termios.c
time.c all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
utime.c