Logo
Explore Help
Register Sign In
fengqi/lv_micropython
1
0
Fork 0
You've already forked lv_micropython
Code Issues Pull Requests 1 Actions Packages Projects Releases Wiki Activity
lv_micropython/ports/zephyr/prj_minimal.conf

13 lines
339 B
Plaintext
Raw Normal View History

zephyr: Add separate Zephyr config for "minimal" build. In anticipation of enabling more features in the default build. Also, fix compilation of minimal build.
2017-01-21 16:13:32 +03:00
CONFIG_NEWLIB_LIBC=y
zephyr: Fix floating point configuration. Zephyr renamed CONFIG_FLOAT to CONFIG_FPU to better reflect its semantics of enabling the hardware floating point unit (FPU) rather than enabling toolchain-level floating point support (i.e., software floating point for FPU-less socs).
2020-05-02 11:38:58 -05:00
CONFIG_FPU=y
zephyr: Add separate Zephyr config for "minimal" build. In anticipation of enabling more features in the default build. Also, fix compilation of minimal build.
2017-01-21 16:13:32 +03:00
CONFIG_MAIN_STACK_SIZE=4096
zephyr/prj_minimal.conf: Switch to CONFIG_STDOUT_CONSOLE. Prompted by code size analysis, after arduino_101 build overflowing ROM.
2019-02-25 12:19:14 +03:00
CONFIG_UART_INTERRUPT_DRIVEN=y
CONFIG_CONSOLE_SUBSYS=y
CONFIG_CONSOLE_GETCHAR=y
CONFIG_CONSOLE_GETCHAR_BUFSIZE=32
CONFIG_CONSOLE_PUTCHAR_BUFSIZE=32
# TODO: Disable once https://github.com/zephyrproject-rtos/zephyr/pull/13731 is merged
#CONFIG_CONSOLE=n
#CONFIG_UART_CONSOLE=n
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 79ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API