Skip to content

Commit 6f2c180

Browse files
authored
Remove current Giga Device brand/families/targets from MbedCE (#507)
* Delete targets/TARGET_GigaDevice directory * Remove GigaDevice targets * Remove GigaDevice targets * Remove TARGET_GigaDevice from CMakeLists Removed TARGET_GigaDevice from the CMake build. * Delete connectivity/drivers/emac/TARGET_GD_EMAC directory * Remove GD_EMAC target from build configuration Removed GD_EMAC target from CMakeLists.txt. * Remove several board entries from database snapshot Removed multiple board entries from the board database snapshot. * Remove GD32 platform entries from database Removed obsolete platform entries for GD32 series. * Remove GigaDevices MCUs from greentea_cmake.yml Removed GigaDevices MCUs from the workflow configuration. * Add back LPCXpresso55S69 board to board database Added back LPCXpresso55S69 board details to the database.
1 parent 4e227b7 commit 6f2c180

File tree

190 files changed

+1
-80292
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

190 files changed

+1
-80292
lines changed

.github/workflows/greentea_cmake.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,6 @@ jobs:
120120
- target: EV_COG_AD4050LZ
121121
profile: full
122122

123-
# GigaDevices MCUs
124-
- target: GD32_F307VG
125-
profile: full
126-
- target: GD32_F450ZI
127-
profile: full
128-
129123
# SiLabs MCUs
130124
- target: EFM32GG11_STK3701
131125
profile: full

connectivity/drivers/emac/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ elseif("Cypress" IN_LIST MBED_TARGET_LABELS)
2020
add_subdirectory(TARGET_Cypress)
2121
elseif("Freescale_EMAC" IN_LIST MBED_TARGET_LABELS)
2222
add_subdirectory(TARGET_Freescale_EMAC)
23-
elseif("GD_EMAC" IN_LIST MBED_TARGET_LABELS)
24-
add_subdirectory(TARGET_GD_EMAC)
2523
elseif("NUVOTON_EMAC" IN_LIST MBED_TARGET_LABELS)
2624
add_subdirectory(TARGET_NUVOTON_EMAC)
2725
elseif("NXP_EMAC" IN_LIST MBED_TARGET_LABELS)

connectivity/drivers/emac/TARGET_GD_EMAC/CMakeLists.txt

Lines changed: 0 additions & 18 deletions
This file was deleted.

connectivity/drivers/emac/TARGET_GD_EMAC/TARGET_GD32F30X/CMakeLists.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

connectivity/drivers/emac/TARGET_GD_EMAC/TARGET_GD32F30X/gd32f3_eth_init.c

Lines changed: 0 additions & 79 deletions
This file was deleted.

connectivity/drivers/emac/TARGET_GD_EMAC/TARGET_GD32F4XX/CMakeLists.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

connectivity/drivers/emac/TARGET_GD_EMAC/TARGET_GD32F4XX/gd32f4_eth_init.c

Lines changed: 0 additions & 102 deletions
This file was deleted.

0 commit comments

Comments
 (0)