nuttx/configs/stm32f334-disco
2018-06-28 11:37:29 -06:00
..
buckboost Squashed commit of the following: 2018-06-20 12:30:37 -06:00
include Merged in raiden00/nuttx (pull request #625) 2018-04-07 13:06:39 +00:00
nsh Squashed commit of the following: 2018-06-20 12:30:37 -06:00
powerled Squashed commit of the following: 2018-06-20 12:30:37 -06:00
scripts Squashed commit of the following: 2018-06-20 12:30:37 -06:00
src Fix another improperly qualified configuration varaible: CONFIG_HRTIM -> CONFIG_STM32_HRTIM. This is necessary to avoid conflict and confusion with other Kconfig files that may have the save variable definition. 2018-06-28 11:37:29 -06:00
Kconfig configs: add stm32f334-disco basic support 2017-07-21 18:01:20 +02:00
README.txt Merged in raiden00/nuttx (pull request #616) 2018-04-04 17:03:48 +00:00

README
======

This README discusses issues unique to NuttX configurations for the
STMicro 32F3348DISCOVERY development board featuring the STM32F334C8
MCU. The STM32F334C8 is a 72MHz Cortex-M4 operation with 64kB Flash
memory and 16KB RAM. The board features:

  - On-board ST-LINK/V2 for programming and debugging,
  - High brightness LED dimming with buck converter
  - One buck/boost converter
  - Four user LEDs and two push-buttons,
  - Easy access to most MCU pins.

Refer to http://www.st.com/en/evaluation-tools/32f3348discovery.html for
further information about this board.

Configurations
==============

  nsh:
  ----

    Configures the NuttShell (nsh) located at apps/examples/nsh.

  powerled:
  ---------

    This is a configuration for onboard high brightness LED dimming.

  buckboost:
  ---------

    This configuration uses apps/examples/smps and onboard buck/boost converter.

    WARNING: current limit is not implemented!