An OS (eventually) for the Numworks calculator (model n0110).
First install Rust by following these instuctions then:
```zsh rustup target add thumbv7em-none-eabihf
sudo apt-get install gcc-arm-none-eabi binutils-arm-none-eabi sudo apt-get install dfu-util
brew tap osx-cross/arm brew install arm-gcc-bin brew install dfu-util
rustup component add llvm-tools-preview cargo install cargo-binutils cargo install cargo-make
probe-run
for faster flashing and easy debugging.cargo install probe-run ```
Complete setup, plug in your calculator and put it into dfu mode (press 6 and reset at the same time), then run the following:
zsh
cargo make dfu
If you have an STLink debugger (I am using the STLink V3SET) you can flash faster by using one of the following:
zsh
cargo flash
zsh
cargo run