Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Fadecandy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
scanlime
Fadecandy
Commits
d0a3ec7f
Commit
d0a3ec7f
authored
11 years ago
by
Micah Elizabeth Scott
Browse files
Options
Downloads
Patches
Plain Diff
Testjig: Switch to firmware 1.06
parent
667a4de1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testjig/firmwareprep.py
+3
-3
3 additions, 3 deletions
testjig/firmwareprep.py
testjig/production/firmware_data.h
+956
-572
956 additions, 572 deletions
testjig/production/firmware_data.h
with
959 additions
and
575 deletions
testjig/firmwareprep.py
+
3
−
3
View file @
d0a3ec7f
...
@@ -8,8 +8,8 @@
...
@@ -8,8 +8,8 @@
########################### Configuration ###########################
########################### Configuration ###########################
# Firmware image to deploy
# Firmware image to deploy
HEX_FILE
=
"
../bin/fc-firmware-v10
5
.hex
"
HEX_FILE
=
"
../bin/fc-firmware-v10
6
.hex
"
ELF_FILE
=
"
../bin/fc-firmware-v10
5
.elf
"
ELF_FILE
=
"
../bin/fc-firmware-v10
6
.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.
Click to expand it.
testjig/production/firmware_data.h
+
956
−
572
View file @
d0a3ec7f
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment