nuttx/configs/pic32mz-starterkit/src
Gregory Nutt a76e137ce2 Squashed commit of the following:
sched/init/nx_start.c:  Add support for CONFIG_BOARD_DRIVER_INITIALIZE.  If this option is selected then nx_start() will call a board-provided function board_driver_initialize() immediately after calling up_initialize().

    Rename CONFIG_BOARD_INITIALIZE to CONFIG_BOARD_LATE_INITIALIZE.

    Raname board_initialize() to board_late_initialize()
2019-02-18 15:32:00 -06:00
..
.gitignore Add basic board support for the PIC32MZ (can't build yet of course because there is not yet any PIC32MZ support) 2015-02-22 08:47:09 -06:00
Makefile Building of xyz_appinit.c should depend on CONFIG_LIB_BOARDCTL, not CONFIG_NSH_ARCHINITIALIZE 2016-02-04 12:14:17 -06:00
pic32mz_appinit.c Squashed commit of the following: 2019-02-18 15:32:00 -06:00
pic32mz_autoleds.c Centralize definitions associated with CONFIG_DEBUG_LEDS 2016-06-15 14:12:19 -06:00
pic32mz_boot.c Squashed commit of the following: 2019-02-18 15:32:00 -06:00
pic32mz_bringup.c For PIC32MZ MCUs, rename up_spiinitialize to pic32mz_spibus_initialize 2016-01-26 15:53:03 -06:00
pic32mz_buttons.c Buttons: Correct some comments left after last button-related change: 32- vs 8-bit bit set. 2017-04-09 14:44:49 -06:00
pic32mz_spi.c Fix forward references that were mangled in last large changes. 2017-04-29 06:59:35 -06:00
pic32mz_userleds.c Centralize definitions associated with CONFIG_DEBUG_LEDS 2016-06-15 14:12:19 -06:00
pic32mz-starterkit.h Missing a file in the last commit 2016-02-04 15:12:09 -06:00