Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PR-1032 gs2200m: Add SPI-DMA support to spresense

Board Support

Significant Improvements

PR-1200 The boards_button_initiliaze and boards_userled_initialize functions now return the number of buttons and leds, thus their prototypes have changed from

void board_button_initialize(void) and void board_userled_initialize(void) to uint32_t board_button_initialize(void) and uint32_t board_userled_initialize(void).

New Board Support

PR-1051 ST Micro B-G474E-DPOW1 Discovery Kit

Initial support for the ST Micro B-G474E-DPOW1 Discovery Kit with STM32G474RE MCU. Currently there is basic support for booting NuttX to a functional NSH prompt. Other peripherals on the board are not yet supported or not tested yet. Contributions to enable other peripherals are welcome. The NSH prompt can be accessed from a host computer via a Virtual COM Port over the same Micro-USB Type B connection used for programming/debugging.


PR-1211  STM32F411-Minimum board (a.k.a. BlackPill)

Initial support for the BlackPill board which is a low cost STM32F411 board.  The current support boots NuttX to a functional NSH prompt.

Boards With Significant Improvements

...

PR-918 tmpfs: Calling statfs could cause files to be removed recursively

Significant Improvements

PR-793 Allow use of genromfs to geneate ROMFS

...