Skip to content

Commit 2e833c0

Browse files
committed
nrf52820_hic: remove the old nrf52833_dk projects used for early development
1 parent b48b622 commit 2e833c0

File tree

6 files changed

+11
-242
lines changed

6 files changed

+11
-242
lines changed

projects.yaml

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -66,25 +66,25 @@ module:
6666
- records/rtos/rtos-cm33.yaml
6767
- records/hic_hal/lpc55s69.yaml
6868
- records/usb/usb-bulk.yaml
69-
hic_sam3u2c: &module_hic_sam3u2c
70-
- records/rtos/rtos-cm3.yaml
71-
- records/hic_hal/sam3u2c.yaml
72-
hic_stm32f103xb: &module_hic_stm32f103xb
73-
- records/rtos/rtos-cm3.yaml
74-
- records/hic_hal/stm32f103xb.yaml
69+
hic_m48ssidae: &module_hic_m48ssidae
70+
- records/rtos/rtos-cm4.yaml
71+
- records/hic_hal/m48ssidae.yaml
7572
hic_max32620: &module_hic_max32620
7673
- records/rtos/rtos-cm4.yaml
7774
- records/hic_hal/max32620.yaml
7875
hic_max32625: &module_hic_max32625
7976
- records/rtos/rtos-cm4.yaml
8077
- records/hic_hal/max32625.yaml
81-
hic_m48ssidae: &module_hic_m48ssidae
82-
- records/rtos/rtos-cm4.yaml
83-
- records/hic_hal/m48ssidae.yaml
8478
hic_nrf52820: &module_hic_nrf52820
8579
- records/rtos/rtos-cm4.yaml
8680
- records/hic_hal/nrf52820.yaml
8781
- records/usb/usb-bulk.yaml
82+
hic_sam3u2c: &module_hic_sam3u2c
83+
- records/rtos/rtos-cm3.yaml
84+
- records/hic_hal/sam3u2c.yaml
85+
hic_stm32f103xb: &module_hic_stm32f103xb
86+
- records/rtos/rtos-cm3.yaml
87+
- records/hic_hal/stm32f103xb.yaml
8888

8989
projects:
9090
# HIC bootloaders and all target interfaces
@@ -172,16 +172,6 @@ projects:
172172
- *module_if
173173
- *module_hic_nrf52820
174174
- records/family/all_family.yaml
175-
nrf52833_dk_bl:
176-
- *module_bl
177-
- records/hic_hal/nrf52820.yaml
178-
- records/board/nrf52820_bl.yaml
179-
- records/board/nrf52833_dk.yaml
180-
nrf52833_dk_if:
181-
- *module_if
182-
- *module_hic_nrf52820
183-
- records/board/nrf52820_if.yaml
184-
- records/board/nrf52833_dk.yaml
185175
sam3u2c_bl:
186176
- *module_bl
187177
- records/hic_hal/sam3u2c.yaml

records/board/nrf52820_if.yaml

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

records/board/nrf52833_dk.yaml

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

source/board/nrf52820_if.c

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

source/board/override_nrf52833_dk/IO_Config_Override.h

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

test/info.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
('lpc55s69_if', False, 0x10000, "bin" ),
102102
('max32620_if', False, 0x0000, "bin" ),
103103
('max32625_if', False, 0x0000, "bin" ),
104+
('nrf52820_if', False, 0x0000, "bin" ),
104105
('sam3u2c_if', False, 0x0000, "bin" ),
105106
('stm32f103xb_if', False, 0x0000, "bin" ),
106107
}
@@ -222,6 +223,7 @@ def VENDOR_TO_FAMILY(x, y) : return (VENDOR_ID[x] <<8) | y
222223
( 0x0000, VENDOR_TO_FAMILY('Stub', 1), 'lpc55s69_if', None, None ),
223224
( 0x0000, VENDOR_TO_FAMILY('Stub', 1), 'max32620_if', None, None ),
224225
( 0x0000, VENDOR_TO_FAMILY('Stub', 1), 'max32625_if', None, None ),
226+
( 0x0000, VENDOR_TO_FAMILY('Stub', 1), 'nrf52820_if', None, None ),
225227
( 0x0000, VENDOR_TO_FAMILY('Stub', 1), 'sam3u2c_if', None, None ),
226228
( 0x0000, VENDOR_TO_FAMILY('Stub', 1), 'stm32f103xb_if', None, None ),
227229
]

0 commit comments

Comments
 (0)