Skip to content

Commit bcc032c

Browse files
committed
Merge pull request #1010 from ohagendorf/nucleo_f303_rtos_singletest
NUCLEO_F303RE - RTOS singletest
2 parents 57032fc + dcd8641 commit bcc032c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

workspace_tools/tests.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@
612612
"RZ_A1H", "DISCO_F407VG", "DISCO_F429ZI", "NUCLEO_F411RE",
613613
"NUCLEO_F401RE", "NUCLEO_F334R8", "DISCO_F334C8", "NUCLEO_F302R8",
614614
"NUCLEO_L053R8", "DISCO_L053C8", "NUCLEO_L073RZ", "NUCLEO_F072RB", "NUCLEO_F091RC",
615-
"DISCO_F401VC"],
615+
"DISCO_F401VC", "NUCLEO_F303RE"],
616616
},
617617
{
618618
"id": "RTOS_2", "description": "Mutex resource lock",
@@ -625,7 +625,7 @@
625625
"RZ_A1H", "DISCO_F407VG", "DISCO_F429ZI", "NUCLEO_F411RE",
626626
"NUCLEO_F401RE", "NUCLEO_F334R8", "DISCO_F334C8", "NUCLEO_F302R8",
627627
"NUCLEO_L053R8", "DISCO_L053C8", "NUCLEO_L073RZ", "NUCLEO_F072RB", "NUCLEO_F091RC",
628-
"DISCO_F401VC"],
628+
"DISCO_F401VC", "NUCLEO_F303RE"],
629629
},
630630
{
631631
"id": "RTOS_3", "description": "Semaphore resource lock",
@@ -638,7 +638,7 @@
638638
"RZ_A1H", "DISCO_F407VG", "DISCO_F429ZI", "NUCLEO_F411RE",
639639
"NUCLEO_F401RE", "NUCLEO_F334R8", "DISCO_F334C8", "NUCLEO_F302R8",
640640
"NUCLEO_L053R8", "DISCO_L053C8", "NUCLEO_L073RZ", "NUCLEO_F072RB", "NUCLEO_F091RC",
641-
"DISCO_F401VC"],
641+
"DISCO_F401VC", "NUCLEO_F303RE"],
642642
},
643643
{
644644
"id": "RTOS_4", "description": "Signals messaging",
@@ -650,7 +650,7 @@
650650
"RZ_A1H", "DISCO_F407VG", "DISCO_F429ZI", "NUCLEO_F411RE",
651651
"NUCLEO_F401RE", "NUCLEO_F334R8", "DISCO_F334C8", "NUCLEO_F302R8",
652652
"NUCLEO_L053R8", "DISCO_L053C8", "NUCLEO_L073RZ", "NUCLEO_F072RB", "NUCLEO_F091RC",
653-
"DISCO_F401VC"],
653+
"DISCO_F401VC", "NUCLEO_F303RE"],
654654
},
655655
{
656656
"id": "RTOS_5", "description": "Queue messaging",
@@ -662,7 +662,7 @@
662662
"RZ_A1H", "DISCO_F407VG", "DISCO_F429ZI", "NUCLEO_F411RE",
663663
"NUCLEO_F401RE", "NUCLEO_F334R8", "DISCO_F334C8", "NUCLEO_F302R8",
664664
"NUCLEO_L053R8", "DISCO_L053C8", "NUCLEO_L073RZ", "NUCLEO_F072RB", "NUCLEO_F091RC",
665-
"DISCO_F401VC"],
665+
"DISCO_F401VC", "NUCLEO_F303RE"],
666666
},
667667
{
668668
"id": "RTOS_6", "description": "Mail messaging",
@@ -674,7 +674,7 @@
674674
"RZ_A1H", "DISCO_F407VG", "DISCO_F429ZI", "NUCLEO_F411RE",
675675
"NUCLEO_F401RE", "NUCLEO_F334R8", "DISCO_F334C8", "NUCLEO_F302R8",
676676
"NUCLEO_L053R8", "DISCO_L053C8", "NUCLEO_L073RZ", "NUCLEO_F072RB", "NUCLEO_F091RC",
677-
"DISCO_F401VC"],
677+
"DISCO_F401VC", "NUCLEO_F303RE"],
678678
},
679679
{
680680
"id": "RTOS_7", "description": "Timer",
@@ -688,7 +688,7 @@
688688
"RZ_A1H", "DISCO_F407VG", "DISCO_F429ZI", "NUCLEO_F411RE",
689689
"NUCLEO_F401RE", "NUCLEO_F334R8", "DISCO_F334C8", "NUCLEO_F302R8",
690690
"NUCLEO_L053R8", "DISCO_L053C8", "NUCLEO_L073RZ", "NUCLEO_F072RB", "NUCLEO_F091RC",
691-
"DISCO_F401VC"],
691+
"DISCO_F401VC", "NUCLEO_F303RE"],
692692
},
693693
{
694694
"id": "RTOS_8", "description": "ISR (Queue)",
@@ -700,7 +700,7 @@
700700
"RZ_A1H", "DISCO_F407VG", "DISCO_F429ZI", "NUCLEO_F411RE",
701701
"NUCLEO_F401RE", "NUCLEO_F334R8", "DISCO_F334C8", "NUCLEO_F302R8",
702702
"NUCLEO_L053R8", "DISCO_L053C8", "NUCLEO_L073RZ", "NUCLEO_F072RB", "NUCLEO_F091RC",
703-
"DISCO_F401VC"],
703+
"DISCO_F401VC", "NUCLEO_F303RE"],
704704
},
705705
{
706706
"id": "RTOS_9", "description": "SD File write-read",

0 commit comments

Comments
 (0)