We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c186174 commit 90196b0Copy full SHA for 90196b0
.github/workflows/ci.yml
@@ -144,7 +144,8 @@ jobs:
144
- { chip: MKW22D5 }
145
- { chip: MK02F12810 }
146
# Silicon Labs
147
- - { chip: SIM3L1x8_SVD }
+ # TODO: fix doc rendering bug when math `>` is present in description
148
+ #- { chip: SIM3L1x8_SVD }
149
# Nordic chips
150
- { chip: nrf51, options: "-- -f register_mod::s:_mod" }
151
- { chip: nrf52, options: "-- -f register_mod::s:_mod" }
0 commit comments