The way the GUI handles if it should do allow a Magnetometer calibration is temporary, and ugly. The hw_feat branch will be a better way to handle this and future board options.
Cannot get it to automatically build a UF2 file. Might just make actions do it with uf2conv.py for now. Have to figure this one out yet. -- Might give up on this until a newer Zephyr is available in platformio.
UF2 Conv works with this command line from the new tools folder, don't have a hex file so need to specify the -b 0x27000 start location
The way the GUI handles if it should do allow a Magnetometer calibration is temporary, and ugly. The hw_feat branch will be a better way to handle this and future board options.
Cannot get it to automatically build a UF2 file. Might just make actions do it with uf2conv.py for now. Have to figure this one out yet. -- Might give up on this until a newer Zephyr is available in platformio.
UF2 Conv works with this command line from the new tools folder, don't have a hex file so need to specify the -b 0x27000 start location
python.exe .\uf2conv.py ...pio\build\Head_Tracker-XIAOSense\XIA_v2_21xxxxxxxx.bin -o ./XIAO.uf2 -f 0xADA52840 -c -b 0x27000