fix spelling, add max32 to ci with arm-gcc build
This commit is contained in:
1
.github/workflows/ci_set_matrix.py
vendored
1
.github/workflows/ci_set_matrix.py
vendored
@@ -22,6 +22,7 @@ family_list = {
|
|||||||
"lpc11 lpc13 lpc15": ["arm-gcc", "arm-clang"],
|
"lpc11 lpc13 lpc15": ["arm-gcc", "arm-clang"],
|
||||||
"lpc17 lpc18 lpc40 lpc43": ["arm-gcc", "arm-clang"],
|
"lpc17 lpc18 lpc40 lpc43": ["arm-gcc", "arm-clang"],
|
||||||
"lpc51 lpc54 lpc55": ["arm-gcc", "arm-clang"],
|
"lpc51 lpc54 lpc55": ["arm-gcc", "arm-clang"],
|
||||||
|
"max32650 max32666 max32690 max78002": ["arm-gcc"],
|
||||||
"mcx": ["arm-gcc"],
|
"mcx": ["arm-gcc"],
|
||||||
"mm32": ["arm-gcc"],
|
"mm32": ["arm-gcc"],
|
||||||
"msp430": ["msp430-gcc"],
|
"msp430": ["msp430-gcc"],
|
||||||
|
@@ -43,7 +43,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
// Header supports both device and host modes. Only include whats necessary
|
// Header supports both device and host modes. Only include what's necessary
|
||||||
#if CFG_TUD_ENABLED
|
#if CFG_TUD_ENABLED
|
||||||
|
|
||||||
// Mapping of peripheral instances to port. Currently just 1.
|
// Mapping of peripheral instances to port. Currently just 1.
|
||||||
|
Reference in New Issue
Block a user