1tinygo build -size full -serial=none -o odoki-firmware.uf2 -opt=z -panic=trap -target=feather-nrf52840
2tinygo build -size short -serial=none -o odoki-firmware-balanced.uf2 -opt=s -panic=trap -target=feather-nrf52840
3tinygo build -size short -serial=none -o odoki-firmware-speed.uf2 -opt=2 -panic=trap -target=feather-nrf52840
4tinygo build -size short -serial=usb -o odoki-firmware-debug.uf2 -opt=2 -target=feather-nrf52840