nuttx/configs/arduino-due/src
2015-03-31 13:21:25 -06:00
..
arduino-due.h configs/: Remove prototypes of board_led* functions from all board header files 2015-02-27 17:32:01 -06:00
Makefile Add support for touchscreen on ITEAD Arduino shield. Untested 2013-07-02 08:25:53 -06:00
sam_autoleds.c configs/: board function prototypes are now in include/nuttx/board.h. Remove from board header file; Add inclusion of nuttx/board.h to all files referencing board functions 2015-02-27 18:49:24 -06:00
sam_boot.c configs/: board function prototypes are now in include/nuttx/board.h. Remove from board header file; Add inclusion of nuttx/board.h to all files referencing board functions 2015-02-27 18:49:24 -06:00
sam_cxxinitialize.c Flesh out the Arduino Due board configuratino and integrate it with the build and configuration system 2013-06-27 14:24:27 -06:00
sam_mmcsd.c Flesh out a few missing pieces for the Arduino ITEAD TFT shield 2013-07-02 11:36:48 -06:00
sam_nsh.c Rename arch_nshinitialize() to board_app_initialize() 2015-03-31 10:21:31 -06:00
sam_touchscreen.c rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() and board_tsc_teardown(). These are not long called directly by applications but only indirectly throught the crappy boardctl() OS interface. 2015-03-31 13:21:25 -06:00
sam_userleds.c Add an NSH configuration for the Arduino Due; Pluse several fixes related to the Due and to the SAM3X in general 2013-06-28 14:32:08 -06:00