nuttx/boards/arm/stm32f0l0g0/nucleo-g070rb
Alin Jerpelea 6f14299dd0 boards: nxstyle fixes
nxstyle fixes to pass the CI check

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
2021-03-18 22:58:27 -07:00
..
configs/nsh fs: delete NFILE_DESCRIPTORS for allocating dynamically 2021-03-17 06:46:42 -07:00
include arch/arm/src/stm32f0l0g0/ and boards/arm/stm32f0l0g0/nucleo-g070rb/include/board.h: Add I2C pinmap. In Kconfig select I2C2 for this part. Update I2C pin definitions in board.h. 2019-12-20 13:02:13 -06:00
scripts make/expression: improving up asm/C/C++ compile times 2020-11-02 07:53:53 -08:00
src boards: nxstyle fixes 2021-03-18 22:58:27 -07:00
Kconfig boards/arm/stm32f0l0g0/nucleo-g070rb: Initial support for board STM32 NUCLEO-G070RB, including NSH config 2019-09-17 11:20:26 -06:00
README.txt boards/arm/stm32f0l0g0/nucleo-g070rb: Enable I2C. 2019-12-20 13:04:34 -06:00

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.