nuttx/configs/ea3131/src
Gregory Nutt a7fd58c4db Squashed commit of the following:
many locations:  Change occurences of open() followed by file_detach() to file_open().  Change most non-controversion calls to open() to nx_open().

    fs/inode/fs_fileopen.c:  Flesh out file_open() with some interim, placeholder logic.

    fs/inode/fs_fileopen.c:  Add a framework for a file_open() implementation (no real logic in place yet).

    fs/vfs/fs_open.c:  Add nx_open() which is the same as open() except that it does not create a cancellation point nor does it modify the errno variable.
2018-09-15 10:49:41 -06:00
..
.gitignore
ea3131.h For LPC31xx MCUs, rename up_spiinitialize to lpc31_spibus_initialize 2016-01-26 16:56:13 -06:00
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_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 EA3131: Rename files for better conformance to naming conventions 2015-03-21 14:12:58 -06:00
lpc31_fillpage.c Squashed commit of the following: 2018-09-15 10:49:41 -06:00
lpc31_leds.c Centralize definitions associated with CONFIG_DEBUG_LEDS 2016-06-15 14:12:19 -06:00
lpc31_mem.c Remove internal from name of all board header files 2015-12-29 15:44:56 -06:00
lpc31_spi.c Final batch 2017-04-28 18:31:44 +02:00
lpc31_usbhost.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
Makefile Squashed commit of the following: 2017-10-20 12:36:25 -06:00