Modified jerk planner to use no_std and custom sqrt and cbrt routines. These routines do not seem to work yet
This commit is contained in:
@@ -20,7 +20,7 @@ rustflags = [
|
||||
]
|
||||
|
||||
[build]
|
||||
target = "thumbv6m-none-eabi"
|
||||
target = "thumbv7em-none-eabihf"
|
||||
|
||||
[env]
|
||||
DEFMT_LOG = "debug"
|
||||
DEFMT_LOG = "debug"
|
||||
|
||||
Reference in New Issue
Block a user