Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 15:06
· 25 commits to main since this release

Firmware v0.2.0

  • Board / env: Guition JC4880P443C (esp32p4 / USB-JTAG)
  • Images (PlatformIO esp32-p4-evboard layout):
    • bootloader 0x2000
    • partitions 0x8000
    • app 0x10000
  • Git SHA baked into build: 12ce33c

Flash

esptool.py --chip esp32p4 --port /dev/ttyACM0 --before usb_reset \
  write_flash --flash_mode dio --flash_freq 80m --flash_size 16MB \
  0x2000 rfid-attendance-v0.2.0-bootloader.bin \
  0x8000 rfid-attendance-v0.2.0-partitions.bin \
  0x10000 rfid-attendance-v0.2.0-firmware.bin

Native unit tests and config-builder tests passed in this workflow before the build.