This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-06-06 00:14:22 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
1620ff05f4e5d5e7cc285a7b6ae1d1c84d4f9b38
nuttx
/
configs
/
ea3131
/
src
T
History
Gregory Nutt
f9e402018b
Buttons: Change return value of board_buttons() and the type of btn_buttonset_t to uint32_t so that more than 8 buttons can be supported.
2017-04-09 07:22:49 -06:00
..
.gitignore
…
ea3131.h
…
lpc31_appinit.c
…
lpc31_boot.c
…
lpc31_buttons.c
Buttons: Change return value of board_buttons() and the type of btn_buttonset_t to uint32_t so that more than 8 buttons can be supported.
2017-04-09 07:22:49 -06:00
lpc31_clkinit.c
…
lpc31_fillpage.c
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
2016-06-20 11:59:15 -06:00
lpc31_leds.c
Centralize definitions associated with CONFIG_DEBUG_LEDS
2016-06-15 14:12:19 -06:00
lpc31_mem.c
…
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
lpc31_usbmsc.c
ramdisk.h moved from include/fs/nuttx/ to include/nuttx/drivers.
2016-07-20 14:02:18 -06:00
Makefile
…