diff options
| author | Frédéric Pierson <fpierson@garatronic.fr> | 2021-11-20 19:32:19 +0100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2021-11-25 21:10:43 +1100 |
| commit | d49df423e09acb24a39927e485fd43cced129ee0 (patch) | |
| tree | e0f3a8feeb53493666e5f69760ff364c1a17c5a6 | |
| parent | fdb925c4c1fdb231dda579a17fcb23d921322edb (diff) | |
stm32/boards/NADHAT_PYBF405: Rename board to GARATRONIC_NADHAT_F405.
To add the manufacturer as a prefix to the board name, for consistency with
other Garatronic boards.
| -rw-r--r-- | ports/stm32/boards/GARATRONIC_NADHAT_F405/board.json (renamed from ports/stm32/boards/NADHAT_PYBF405/board.json) | 6 | ||||
| -rw-r--r-- | ports/stm32/boards/GARATRONIC_NADHAT_F405/mpconfigboard.h (renamed from ports/stm32/boards/NADHAT_PYBF405/mpconfigboard.h) | 0 | ||||
| -rw-r--r-- | ports/stm32/boards/GARATRONIC_NADHAT_F405/mpconfigboard.mk (renamed from ports/stm32/boards/NADHAT_PYBF405/mpconfigboard.mk) | 0 | ||||
| -rw-r--r-- | ports/stm32/boards/GARATRONIC_NADHAT_F405/pins.csv (renamed from ports/stm32/boards/NADHAT_PYBF405/pins.csv) | 0 | ||||
| -rw-r--r-- | ports/stm32/boards/GARATRONIC_NADHAT_F405/stm32f4xx_hal_conf.h (renamed from ports/stm32/boards/NADHAT_PYBF405/stm32f4xx_hal_conf.h) | 0 |
5 files changed, 3 insertions, 3 deletions
diff --git a/ports/stm32/boards/NADHAT_PYBF405/board.json b/ports/stm32/boards/GARATRONIC_NADHAT_F405/board.json index fd4e67c61..38873e4de 100644 --- a/ports/stm32/boards/NADHAT_PYBF405/board.json +++ b/ports/stm32/boards/GARATRONIC_NADHAT_F405/board.json @@ -6,8 +6,8 @@ "features": [], "images": [], "mcu": "stm32f4", - "product": "PYBF405", + "product": "GARATRONIC_NADHAT_F405", "thumbnail": "", - "url": "", - "vendor": "Nadhat" + "url": "https://shop.mchobby.be/product.php?id_product=1653", + "vendor": "McHobby" } diff --git a/ports/stm32/boards/NADHAT_PYBF405/mpconfigboard.h b/ports/stm32/boards/GARATRONIC_NADHAT_F405/mpconfigboard.h index c6f1a7bc6..c6f1a7bc6 100644 --- a/ports/stm32/boards/NADHAT_PYBF405/mpconfigboard.h +++ b/ports/stm32/boards/GARATRONIC_NADHAT_F405/mpconfigboard.h diff --git a/ports/stm32/boards/NADHAT_PYBF405/mpconfigboard.mk b/ports/stm32/boards/GARATRONIC_NADHAT_F405/mpconfigboard.mk index a4430cc1d..a4430cc1d 100644 --- a/ports/stm32/boards/NADHAT_PYBF405/mpconfigboard.mk +++ b/ports/stm32/boards/GARATRONIC_NADHAT_F405/mpconfigboard.mk diff --git a/ports/stm32/boards/NADHAT_PYBF405/pins.csv b/ports/stm32/boards/GARATRONIC_NADHAT_F405/pins.csv index 0a030e985..0a030e985 100644 --- a/ports/stm32/boards/NADHAT_PYBF405/pins.csv +++ b/ports/stm32/boards/GARATRONIC_NADHAT_F405/pins.csv diff --git a/ports/stm32/boards/NADHAT_PYBF405/stm32f4xx_hal_conf.h b/ports/stm32/boards/GARATRONIC_NADHAT_F405/stm32f4xx_hal_conf.h index 7d6344f0a..7d6344f0a 100644 --- a/ports/stm32/boards/NADHAT_PYBF405/stm32f4xx_hal_conf.h +++ b/ports/stm32/boards/GARATRONIC_NADHAT_F405/stm32f4xx_hal_conf.h |
