nuttx/configs/olimex-lpc-h3131/src
2017-03-09 14:46:31 -06:00
..
.gitignore Add support for the Olimex LPC-H3131 board 2013-11-18 14:51:38 -06:00
lpc31_appinit.c Eliminate use of apps/system/usbmonitor. Use drivers/usbmonitor instead. 2016-06-30 13:09:22 -06:00
lpc31_boot.c For LPC31xx MCUs, rename up_spiinitialize to lpc31_spibus_initialize 2016-01-26 16:56:13 -06:00
lpc31_clkinit.c Make some file section headers more consistent with standard 2015-04-08 09:15:17 -06:00
lpc31_leds.c Centralize definitions associated with CONFIG_DEBUG_LEDS 2016-06-15 14:12:19 -06:00
lpc31_mem.c Fix some spacing problems 2015-10-04 14:59:44 -06:00
lpc31_mmcsd.c Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 2016-06-11 15:50:49 -06:00
lpc31_spi.c Centralize definitions associated with CONFIG_DEBUG_SPI 2016-06-15 10:41:13 -06:00
lpc31_usbhost.c configs/: All functions that used to return an xcpt_t old handler value, not return NULL. The oldhandler value is no longer useful with the recent changes to the interrupt argument passing. 2017-03-02 08:43:32 -06:00
lpc_h3131.h Move apps/system/usbmonitor to nuttx/drivers/usbmonitor 2016-06-30 12:24:33 -06:00
Makefile Remove all references to arch_usbhost_initialize(). That was incorrectly called from apps/examples/hidkbd. That is violation of the OS interfacing rules and will no longer be supported. USB host should be initialized as part of the board bring-up logic was with any other devices and should not involve illegal calls from applications into the OS. 2017-03-09 14:46:31 -06:00