You will need a version of probe-rs that supports STM32U385RGTx
At the time of this writing, the main probe-rs repo did not support it.
There is a fork included in this repo as a submodule:
git submodule init
git submodule update
make probe-rs
Then attach debugger to calculator and
make flash
- Install aider-chat and flask under .venv (once)
- Define your keys in .env, under project root
- Activate it prior to launching vs-code
- Configure Aider Composer with: "aider-composer.pythonPath": ".venv/bin/python"