This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
configs
/
olimex-lpc-h3131
/
src
History
Gregory Nutt
0de294a586
Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they.
2017-05-11 13:35:56 -06:00
..
.gitignore
…
lpc31_appinit.c
Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they.
2017-05-11 13:35:56 -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
nxp boards
2017-04-28 18:29:43 +02: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