nuttx/configs/pic32mx-starterkit/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 Rename pic32-starterkit to pic32mx-starterkit to make room in the namespace for the pic32mz-starterkit 2015-02-21 18:41:17 -06:00
Makefile apps/examples/usbterm is gone because it can be configured to perform an illegal call into the OS. Remove all traces of CONFIG_EXAMPLES_USBTERM* and all of the illegal device support. 2017-03-09 15:39:28 -06:00
pic32mx_appinit.c Squashed commit of the following: 2018-01-31 16:11:54 -06:00
pic32mx_boot.c For PIC32MX MCUs, rename up_spiinitialize to pic32mx_spibus_initialize 2016-01-26 15:47:23 -06:00
pic32mx_leds.c Centralize definitions associated with CONFIG_DEBUG_LEDS 2016-06-15 14:12:19 -06:00
pic32mx_spi.c Fix forward references that were mangled in last large changes. 2017-04-29 06:59:35 -06:00
pic32mx_usbdev.c Rename all architecture files of form xyz_internal.h to just xyz.h 2015-12-29 18:07:27 -06:00
pic32mx_usbmsc.c Rename usbmsc_archinitialize to board_usbmsc_initialize 2016-03-25 12:09:37 -06:00
pic32mx-starterkit.h For PIC32MZ MCUs, rename up_spiinitialize to pic32mz_spibus_initialize 2016-01-26 15:53:03 -06:00