This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git.
from 590e643 examples/udp/udp_client.c: Fix a printf format warning
new 048c44c Add ESP32 High Memory Application Example
new 03284a0 Fix license headers on Make.defs and Makefile
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
examples/{chrono => esp32_himem}/Kconfig | 20 +--
examples/{ipcfg => esp32_himem}/Make.defs | 6 +-
examples/{hello => esp32_himem}/Makefile | 16 +--
examples/esp32_himem/esp32_himem_main.c | 231 ++++++++++++++++++++++++++++++
4 files changed, 252 insertions(+), 21 deletions(-)
copy examples/{chrono => esp32_himem}/Kconfig (52%)
copy examples/{ipcfg => esp32_himem}/Make.defs (88%)
copy examples/{hello => esp32_himem}/Makefile (75%)
create mode 100644 examples/esp32_himem/esp32_himem_main.c