Merged in antmerlino/nuttx/clicker2 (pull request #507)
clicker2-stm32: Adds SD card, automount, and syslog file support and fixes a few minor issues
* configs/clicker2-stm32: Moves defines for xbee from clicker2-stm32.h to stm32_xbee.h
* configs/clicker2-stm32: Adds support for uSD click boards and automount support
* configs/clicker2-stm32: Fixes minor guard clause
* clicker2-stm32: Bring-up automounter before MMCSD
* clicker2-stm32: MRF24J40 interrupt should only fire on falling edge.
* clicker2-stm32: Adds file syslog support for logging to file on SD card
Approved-by:
Gregory Nutt <gnutt@nuttx.org>
Showing
- configs/clicker2-stm32/Kconfig 145 additions, 44 deletionsconfigs/clicker2-stm32/Kconfig
- configs/clicker2-stm32/src/Makefile 8 additions, 0 deletionsconfigs/clicker2-stm32/src/Makefile
- configs/clicker2-stm32/src/clicker2-stm32.h 127 additions, 39 deletionsconfigs/clicker2-stm32/src/clicker2-stm32.h
- configs/clicker2-stm32/src/stm32_appinit.c 30 additions, 3 deletionsconfigs/clicker2-stm32/src/stm32_appinit.c
- configs/clicker2-stm32/src/stm32_automount.c 391 additions, 0 deletionsconfigs/clicker2-stm32/src/stm32_automount.c
- configs/clicker2-stm32/src/stm32_bringup.c 21 additions, 36 deletionsconfigs/clicker2-stm32/src/stm32_bringup.c
- configs/clicker2-stm32/src/stm32_mmcsd.c 428 additions, 0 deletionsconfigs/clicker2-stm32/src/stm32_mmcsd.c
- configs/clicker2-stm32/src/stm32_mrf24j40.c 1 addition, 1 deletionconfigs/clicker2-stm32/src/stm32_mrf24j40.c
- configs/clicker2-stm32/src/stm32_spi.c 54 additions, 3 deletionsconfigs/clicker2-stm32/src/stm32_spi.c
- configs/clicker2-stm32/src/stm32_xbee.c 22 additions, 0 deletionsconfigs/clicker2-stm32/src/stm32_xbee.c
Loading
Please register or sign in to comment