Try to make no_std build #56

Merged
muellerr merged 5 commits from try-to-make-no-std-build into main 2023-07-12 14:14:46 +02:00
6 changed files with 423 additions and 418 deletions
Showing only changes of commit ca0816e54e - Show all commits

View File

@@ -40,7 +40,7 @@ pipeline {
} }
stage('Check Cross Embedded Bare Metal') { stage('Check Cross Embedded Bare Metal') {
steps { steps {
sh 'cargo check --target thumbv7em-none-eabihf --no-default-features' sh 'cargo check -p satrs-core --target thumbv7em-none-eabihf --no-default-features'
} }
} }
stage('Check Cross Embedded Linux') { stage('Check Cross Embedded Linux') {