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
Gregory Nutt
f66fb3ac63
configs/stm32f4discovery: If the Critical Section Monitor, modify the ITM_LAR register to assure that the DWT cycle counter is enabled. Suggested by Dave Marples.
2018-11-30 17:57:26 -06:00
Gregory Nutt
3810f9e942
Remove configurations using canutils/libuavcan and examples/uavcan. libuavcan has not built for a year or so. The basic problem is that as NuttX advances, the old frozen versino of libuavcan has become absolute because it violates the portable POSIX OS interface. No one is maintaining the port so there is no alternative but to remove it.
2018-03-23 07:37:49 -06:00
Gregory Nutt
ed18e427f3
Squashed commit of the following:
...
configs/flipnclick-sam3x: Add support for the 4 user-controllable LEDs on the board.
configs/flipnclick-sam3x: Add board support for the Mikroe Flip&Click SAM3X.
configs/arduino-due: Update this old configuration so that it is structured a little more like recent board support.
2018-01-06 17:06:50 -06:00
Gregory Nutt
5c27c0dad4
STM32F4 Discovery: Fix some errors do missing inclusion of stm32_gpio.h
2017-11-25 12:06:22 -06:00
Gregory Nutt
41eda13c9f
Olimex STM32-P407: Add an stm32_bringup.c file like most newer configurations.
2016-12-20 18:05:28 -06:00
Paul A. Patience
5cc2fba418
libuavcan: Forgot to change define
2016-05-26 11:11:09 -04:00
Gregory Nutt
9f2a839ac3
For STM32 boards, rename up_spiinitialize to stm32_spibus_initialize
2016-01-26 12:21:39 -06:00
Gregory Nutt
88c506d843
Rename board_led_initialize to board_autoled_initiaize
2015-11-01 09:03:01 -06:00
Paul A. Patience
a778cb3a49
STM32F4-Discovery: Configure CAN2 GPIOs if UAVCAN uses two interfaces
2015-10-08 15:49:52 -04:00
Paul A. Patience
dd468add8a
Nucleo F303RE and STM32F4-Discovery: Configure CAN GPIOs in stm32_boardinitialize() instead of in board_app_initialize()
2015-10-08 13:18:32 -04:00
Gregory Nutt
79ef94a938
STM32F4-Discovery: Add support for the NSH network initialization thread in the netnsh configuration. Attempted to enable the networking monitor as well, but it turns out that the PHY interrupt is not supported with the STM32F4-DISBB base board
2015-09-28 10:58:47 -06:00
Gregory Nutt
42327117a3
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
Gregory Nutt
fbaa55e416
EFM32 Gecko Starter Kit: Must initialize LEDs on boot
2014-10-20 11:52:31 -06:00
Gregory Nutt
f80182aea1
Typo
2014-10-17 08:37:59 -06:00
Gregory Nutt
0e9d155c76
STM32F4Discovery: Add support for the microSD card slot on the STM32F4DIS-BB base board
2014-09-20 12:55:23 -06:00
Gregory Nutt
ab5b37189b
More trailing whilespace removal
2014-04-13 16:22:22 -06:00
Gregory Nutt
3de471e675
STM32F4 Discovery: Rename most everything in the board source directory to conform with the ever evolving naming standard
2014-02-03 17:19:30 -06:00