Skip to content

Commit b12bcf2

Browse files
adustm0xc0170
authored andcommitted
Add exporters for the new platform + add it to build and tests files
1 parent 3bf8c18 commit b12bcf2

13 files changed

+5593
-9
lines changed

workspace_tools/build_release.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
('K20D50M', ('ARM', 'GCC_ARM' , 'IAR')),
6262
('TEENSY3_1', ('ARM', 'GCC_ARM')),
6363

64+
('B96B_F446VE', ('ARM', 'uARM', 'IAR', 'GCC_ARM')),
6465
('NUCLEO_F030R8', ('ARM', 'uARM', 'IAR', 'GCC_ARM')),
6566
('NUCLEO_F031K6', ('ARM', 'uARM', 'IAR', 'GCC_ARM')),
6667
('NUCLEO_F042K6', ('ARM', 'uARM', 'IAR', 'GCC_ARM')),

workspace_tools/build_travis.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535

3636
{ "target": "LPC11U24_301", "toolchains": "GCC_ARM", "libs": ["fat"] },
3737

38+
{ "target": "B96B_F446VE", "toolchains": "GCC_ARM", "libs": ["dsp", "fat"] },
3839
{ "target": "NUCLEO_L053R8", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "fat"] },
3940
{ "target": "NUCLEO_L152RE", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "fat"] },
4041
{ "target": "NUCLEO_F030R8", "toolchains": "GCC_ARM", "libs": ["dsp", "fat"] },
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{% extends "gcc_arm_common.tmpl" %}

workspace_tools/export/gccarm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ class GccArm(Exporter):
6969
'NUCLEO_F410RB',
7070
'NUCLEO_F411RE',
7171
'NUCLEO_F446RE',
72+
'B96B_F446VE',
7273
'ARCH_MAX',
7374
'NUCLEO_F030R8',
7475
'NUCLEO_F031K6',

workspace_tools/export/iar.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ class IAREmbeddedWorkbench(Exporter):
7171
'DISCO_F469NI',
7272
'DISCO_F746NG',
7373
'DISCO_L476VG',
74+
'B96B_F446VE',
7475
#'STM32F407', Fails to build same for GCC
7576
'MAXWSNENV',
7677
'MAX32600MBED',

0 commit comments

Comments
 (0)