nuttx/boards/arm/stm32f0l0g0/nucleo-g070rb
Gustavo Henrique Nihei e1f28c19c2 arch/arm: Make CXX exception and RTTI depend on Kconfig options
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
2022-03-30 11:19:29 +08:00
..
configs/nsh sched: Remove SDCLONE_DISABLE option and config 2022-01-31 19:03:20 +01:00
include boards: stm32f0l0g0: update licenses to Apache 2021-08-16 07:11:32 -07:00
scripts arch/arm: Make CXX exception and RTTI depend on Kconfig options 2022-03-30 11:19:29 +08:00
src Remove the double blank line from source files 2022-02-20 20:10:14 +01:00
Kconfig
README.txt

Nucleo-64 Boards
================

The Nucleo-G070RB is a member of the Nucleo-64 board family.

STATUS
======

  2019-09-04: Initial support for the STM32 Nucleo-G070RB board, based on STM32 Nucleo-G071RB.
              Basic NSH configuration is functional.
  2019-09-16: Enable PWR peripheral and increase sysclk to max. frequency.
  2019-10-04: Enable basic timer TIM6. Timer example working.
  2019-10-17: Add PWM support. PWM example working.
  2019-11-04: Add button driver and GPIO driver support. Buttons and GPIO examples working.
  2019-12-20: Add i2C driver driver support and i2C tool.