Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
taste-setup
Commits
c687af68
Commit
c687af68
authored
Mar 09, 2021
by
Maxime Perrotin
Browse files
Update deployment targets checker
parent
36b177c5
Pipeline
#3336
passed with stage
in 35 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
misc/helper-scripts/check-deployment-target-gui.py
View file @
c687af68
...
...
@@ -60,12 +60,19 @@ PLATFORMS = { "crazyflie_v2_gnat" : lambda: True,
"leon3_rtems412_posix"
:
lambda
:
True
,
"gr712_rtems412_posix"
:
lambda
:
True
,
"gr740_rtems412_posix"
:
lambda
:
True
,
"leon3_
air
"
:
check_gr740_rtems51_posix
,
"leon3_
AIR
"
:
check_gr740_rtems51_posix
,
"stm32f407_discovery_gnat2020"
:
check_gnat2020_arm
,
"stm32f429_discovery_gnat2020"
:
check_gnat2020_arm
,
"gr740_rtems51_posix"
:
check_gr740_rtems51_posix
,
"gr712rc_rtems51_posix"
:
check_gr740_rtems51_posix
,
"leon2_rtems51_posix"
:
check_gr740_rtems51_posix
,
"leon3_rtems51_posix"
:
check_gr740_rtems51_posix
,
"n2x_rtems51_posix"
:
check_gr740_rtems51_posix
,
"gr740_rtems410_gaisler_posix"
:
check_gr740_rtems410_gaisler_posix
,
"gr740_rcc13rc6_posix"
:
check_gr740_rcc13rc9_posix
,
"gr740_rcc13rc9_posix"
:
check_gr740_rcc13rc9_posix
,
"n2x_rcc13rc9_posix"
:
check_gr740_rcc13rc9_posix
,
"gr712rc_rcc13rc9_posix"
:
check_gr740_rcc13rc9_posix
,
"leon3_rcc13rc9_posix"
:
check_gr740_rcc13rc9_posix
,
"x86_linux"
:
lambda
:
True
,
"x86_win32"
:
lambda
:
True
,
"msp430fr5969_freertos"
:
check_msp430_freertos
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment