circuitpython/ports/stm32/boards/SPARKFUN_MICROMOD_STM32
Matt Trentini 3e33d0567f ports: Update board.json files for vendor/product consistency.
The vendor and product fields in the `board.json` files were somewhat
inconsistent.  Remove any duplication of the vendor name in the product
field so that `f"{vendor} {product}"` reads well.

In addition to that, update most of the URL's for `board.json` files that
are modified here, and match case and spacing used by the manufacturers for
the vendor and product names.

Signed-off-by: Matt Trentini <matt.trentini@gmail.com>
2025-06-04 01:47:59 +10:00
..
bdev.c all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
board.json ports: Update board.json files for vendor/product consistency. 2025-06-04 01:47:59 +10:00
board_init.c ports: Reformat more C and Python source code. 2022-04-20 16:17:35 +10:00
mpconfigboard.h docs,ports: Fix SparkFun capitalization. 2025-05-07 15:16:55 +10:00
mpconfigboard.mk stm32/boards: Add support for SparkFun STM32 MicroMod Processor board. 2021-07-23 22:03:16 +10:00
pins.csv stm32/boards: Add support for SparkFun STM32 MicroMod Processor board. 2021-07-23 22:03:16 +10:00
stm32f4xx_hal_conf.h stm32/boards: Move includes to after defines in all hal_conf.h files. 2023-09-28 17:30:38 +10:00