1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/common/gd32v
Marian Buschsieweke c6c5d9a1a7
boards/common/gd32v: reorder members in initialization
C has this feature that the order of struct members in the
initialization doesn't need to match the order in the declaration.
C++ has not yet caught up:

    boards/common/gd32v/include/cfg_usbdev_default.h:50:1: error: designator order for field 'dwc2_usb_otg_fshs_config_t::type' does not match declaration order in 'const dwc2_usb_otg_fshs_config_t'

So, just reorder the fields for now by hand.
2024-01-20 16:42:49 +01:00
..
dist boards/common/gd32v: improve openocd config 2023-03-19 18:28:20 +01:00
include boards/common/gd32v: reorder members in initialization 2024-01-20 16:42:49 +01:00
doc.txt boards/common: add common definitions for GD32VF103 boards 2023-01-23 18:59:32 +01:00
Kconfig boards/common: add common definitions for GD32VF103 boards 2023-01-23 18:59:32 +01:00
Makefile.dep boards/common/gd32v: enable usb_board_reset if USB CDC ACM is used 2023-04-16 23:24:23 +02:00
Makefile.features boards/common/gd32v: enable riotboot feature 2023-04-18 06:20:14 +02:00
Makefile.include boards/common/gd32v: make common OpenOCD config opt-in 2024-01-19 23:17:35 +01:00