Skip to content
Snippets Groups Projects
Commit d0a3ec7f authored by Micah Elizabeth Scott's avatar Micah Elizabeth Scott
Browse files

Testjig: Switch to firmware 1.06

parent 667a4de1
No related branches found
No related tags found
No related merge requests found
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
########################### Configuration ########################### ########################### Configuration ###########################
# Firmware image to deploy # Firmware image to deploy
HEX_FILE = "../bin/fc-firmware-v105.hex" HEX_FILE = "../bin/fc-firmware-v106.hex"
ELF_FILE = "../bin/fc-firmware-v105.elf" ELF_FILE = "../bin/fc-firmware-v106.elf"
# Which GDB to use for the firmware image # Which GDB to use for the firmware image
GDB_COMMAND = "arm-none-eabi-gdb" GDB_COMMAND = "arm-none-eabi-gdb"
...@@ -19,7 +19,7 @@ DEFINITIONS = [ ...@@ -19,7 +19,7 @@ DEFINITIONS = [
('fw_pFlags', '&buffers.flags'), ('fw_pFlags', '&buffers.flags'),
('fw_pFbPrev', '&buffers.fbPrev'), ('fw_pFbPrev', '&buffers.fbPrev'),
('fw_pFbNext', '&buffers.fbNext'), ('fw_pFbNext', '&buffers.fbNext'),
('fw_pLUT', '&buffers.lutCurrent[0]'), ('fw_pLUT', '&buffers.lutCurrent.entries[0]'),
('fw_usbPacketBufOffset', '&((usb_packet_t*)0)->buf'), ('fw_usbPacketBufOffset', '&((usb_packet_t*)0)->buf'),
] ]
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment