nuttx/configs/open1788/src
Gregory Nutt 50ca32e254 Squashed commit of the following:
sched/:  Convert legitimate uses of task_create() to nxtask_create().  Review handling of returned values from all uses of kthread_create() (as well as nxtask_create()).
    graphics/:  Review return values for all calls to kthread_start() because it no longer returns an errno.
    drivers/:  threads started by drivers should be kernel threads, not user tasks.  Review return values for all calls to kthread_start() because it no longer returns an errno.
    configs/:  threads started by board bringup logic should be kernel threads, not user tasksi (part 2 of 2).
    sched/task:  Add nxtask_create().  Kthread_create() and nxtask_create() are internal OS functions and should not modify the errno variable.  configs/:  threads started by board bringup logic should be kernel threads, not user tasks.
2018-01-31 16:11:54 -06:00
..
.gitignore .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -06:00
lpc17_appinit.c This commit eliminates the BOARDIOC_TSCTEST_SETUP command. 2018-01-17 09:33:28 -06:00
lpc17_autoleds.c configs/open1788: Fix some coding standard violations. 2017-09-16 13:48:06 -06:00
lpc17_boardinitialize.c This commit eliminates the BOARDIOC_TSCTEST_SETUP command. 2018-01-17 09:33:28 -06:00
lpc17_bringup.c Squashed commit of the following: 2018-01-31 16:11:54 -06:00
lpc17_buttons.c configs: Still trying to get consistent name. button driver expects board to define NUM_BUTTONS, not BOARD_NUM_BUTTONS. That was changed in all board.h header files, but there are still references in configs/ C files to BOARD_NUM_BUTTONS 2017-12-17 16:54:53 -06:00
lpc17_djoystick.c configs/open1788: Add support for the discrete joystick driver. Update the pdcurses configuration to use apps/examples/djoystick. 2017-11-20 10:00:52 -06:00
lpc17_lcd.c arch/arm/src/lpc54xx: Clone the LPC1788 LCD driver. The LPC54628 LCD interface is identical. The initial commit is a brute force clone. It still needs review to make sure the LDC is appropriately enabled in the SYSCON and that clocking is provided. Also, extend the SPI 'skeleton' file so that has a place to support for SPI DMA and the SPI exchange method. 2017-12-12 10:13:21 -06:00
lpc17_nandinitialize.c configs/open1788: Fix some coding standard violations. 2017-09-16 13:48:06 -06:00
lpc17_norinitialize.c configs/open1788: Fix some coding standard violations. 2017-09-16 13:48:06 -06:00
lpc17_sdraminitialize.c configs/open1788: Fix some coding standard violations. 2017-09-16 13:48:06 -06:00
lpc17_ssp.c Add an instance argument to the SPIDEV definitions. 2017-04-29 12:26:52 -06:00
lpc17_touchscreen.c configs: Since the touch screen initialization is now called from one-time board-initialization logic, it no longer needs protection from re-entry. 2018-01-17 10:14:03 -06:00
lpc17_userleds.c configs/open1788: Fix some coding standard violations. 2017-09-16 13:48:06 -06:00
Makefile configs/open1788: Add support for the discrete joystick driver. Update the pdcurses configuration to use apps/examples/djoystick. 2017-11-20 10:00:52 -06:00
open1788.h This commit eliminates the BOARDIOC_TSCTEST_SETUP command. 2018-01-17 09:33:28 -06:00