Update README

This commit is contained in:
Gregory Nutt 2018-06-01 17:38:38 -06:00
parent 8c8778cc44
commit aeb476bfaf

View File

@ -385,12 +385,19 @@ must be is one of the following.
CONFIG_MODLIB_BUFFERINCR=32 CONFIG_MODLIB_BUFFERINCR=32
The could be followed may be added for testing shared libraries in the The could be followed may be added for testing shared libraries in the
FLAT build: FLAT build (assuming that you also have SD card support enabled and that
the SD card is mount at /mnt/sdcard):
CONFIG_LIBC_DLLFCN=y CONFIG_LIBC_DLLFCN=y
CONFIG_EXAMPLES_SOTEST=y CONFIG_EXAMPLES_SOTEST=y
CONFIG_EXAMPLES_SOTEST_BINDIR="/mnt/sdcard" CONFIG_EXAMPLES_SOTEST_BINDIR="/mnt/sdcard"
NOTE: You must always have:
CONFIG_STM32_CCMEXCLUDE=y
because code cannot be executed from CCM memory.
STATUS: STATUS:
2018-06-01: Configuration added. Works perfectly. 2018-06-01: Configuration added. Works perfectly.
@ -538,7 +545,7 @@ STATUS
feature configurations. feature configurations.
CCM memory is not included in the heap (CONFIG_STM32_CCMEXCLUDE=y) because CCM memory is not included in the heap (CONFIG_STM32_CCMEXCLUDE=y) because
it does not suport DMA, leaving only 128KiB for program usage. it does not support DMA, leaving only 128KiB for program usage.
2017-01-23: Added the knsh configuration and support for the PROTECTED 2017-01-23: Added the knsh configuration and support for the PROTECTED
build mode. build mode.