Use the smallest available flash& ram size
Build as release so we can be sure they fit
This commit is contained in:
parent
9c864d8c37
commit
168fdd8aa1
|
@ -15,4 +15,4 @@ matrix:
|
|||
fast_finish: true
|
||||
script:
|
||||
- rustup target add thumbv6m-none-eabi
|
||||
- cargo build --features=$MCU --examples
|
||||
- cargo build --features=$MCU --examples --release
|
||||
|
|
Loading…
Reference in New Issue