incubator-nuttx/boards/arm/stm32f0l0g0/nucleo-g070rb
raiden00pl dffb472ad9 cmake: port stm32f0l0g0 2023-07-24 10:13:26 -07:00
..
configs/nsh libc/tls: Change the default value of TLS_NELEM to zero 2023-07-20 08:11:30 +02:00
include boards/stm32f0l0g0: rework boards to not use CONFIG_STM32F0L0G0_USE_LEGACY_PINMAP=y 2023-05-24 22:30:45 +08:00
scripts Move warning option from Make.defs to Toolchain.defs 2022-05-15 15:40:35 +03:00
src cmake: port stm32f0l0g0 2023-07-24 10:13:26 -07:00
CMakeLists.txt cmake: port stm32f0l0g0 2023-07-24 10:13:26 -07:00
Kconfig
README.txt

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.