nuttx/configs/photon
2017-03-11 18:00:38 -06:00
..
include 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
nsh photon: add iwdg timer support 2017-03-11 13:51:09 +01:00
scripts Costmetic changes from review of last PR 2017-03-10 13:11:53 -06:00
src 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
usbnsh photon: add usb otg hs support and usbnsh app 2017-03-11 14:19:22 +01:00
Kconfig photon: add iwdg timer support 2017-03-11 13:51:09 +01:00