Gregory Nutt
|
5104eb530f
|
Photon: Add logic to automatically mount the procfs file system on startup. Fix some LED-related configuration conflicts.
|
2017-04-09 13:46:27 -06:00 |
|
Gregory Nutt
|
dedc3c15d4
|
Add support for NuttX controlled LEDS and for board_initialize. Separate initialize logic to stm32_bringup.c so that in initialization can occur either through board_initialize() or through board_app_initialize(). Same as with most other newer board configurations.
|
2017-04-09 10:16:05 -06:00 |
|
Gregory Nutt
|
55b32430e1
|
Fix photon/nsh/defconfig, was turning on non-existent LED support when the configuration was refreshed.
|
2017-04-09 07:48:40 -06:00 |
|
Gregory Nutt
|
f9e402018b
|
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 |
|
Gregory Nutt
|
c071e2a30c
|
Make sure that CONFIG_PTHREAD_MUTEX_ROBUST=y is selected every configuration that enabled pthreads.
|
2017-03-27 09:21:03 -06:00 |
|
Gregory Nutt
|
b07d3fc305
|
Rename CONFIG_MUTEX_TYPES to CONFIG_PTHREAD_MUTEX_TYPES
|
2017-03-27 09:08:14 -06:00 |
|
Simon Piriou
|
e10ce5ce51
|
Photon: add basic support for wlan chip
|
2017-03-12 16:57:59 +01:00 |
|
Gregory Nutt
|
9b11187b2a
|
STM32 OTG HS: A little research reveals that only the F2 RCC initialization set the OTGHSULPIEN bit and Photon is the only F2 board configuration that uses OTG . Therefore, we can simplify the conditional logic of the last PR. Negative logic was used (#ifndef BOARD_DISABLE_USBOTG_HSULPI) to prevent bad settings in other configurations. But give these facts, the preferred positive logic now makes more sense (#ifdef BOARD_ENABLE_USBOTG_HSULPI).
|
2017-03-11 18:00:38 -06:00 |
|
Gregory Nutt
|
e0f7b9582a
|
STM32: Review of last STM32 F2 PR. Progate changes to STM32 F4 and F7 OTGHS. Rename some configs/photon/src files. Naming can be either photon_ or stm32_ but must be consistent.
|
2017-03-11 16:31:11 -06:00 |
|
Simon Piriou
|
ef0fe50ae6
|
photon: add LEDs and BUTTONS support
|
2017-03-11 18:26:46 +01:00 |
|
Simon Piriou
|
70d8f0189d
|
stm32f20xxx: add BOARD_DISABLE_USBOTG_HSULPI flag
|
2017-03-11 18:15:18 +01:00 |
|
Simon Piriou
|
f542e16847
|
photon: add usb otg hs support and usbnsh app
|
2017-03-11 14:19:22 +01:00 |
|
Simon Piriou
|
a1c0117103
|
photon: add iwdg timer support
|
2017-03-11 13:51:09 +01:00 |
|
Gregory Nutt
|
644b2fabbc
|
Costmetic changes from review of last PR
|
2017-03-10 13:11:53 -06:00 |
|
Simon Piriou
|
0198540532
|
configs: add Particle Photon board support
|
2017-03-10 19:39:21 +01:00 |
|