Skip to content

Commit

Permalink
Merge pull request #187 from joshua-jerred/rgb-status-led
Browse files Browse the repository at this point in the history
Status LED interface, RGB LED Extension, GPIO interface updates
  • Loading branch information
joshua-jerred authored Feb 13, 2024
2 parents f3e9dd7 + f3847e8 commit 5c5f72b
Show file tree
Hide file tree
Showing 22 changed files with 530 additions and 963 deletions.
11 changes: 7 additions & 4 deletions CMakePresets.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 2,
"version": 3,
"configurePresets": [
{
"name": "gcc_docker_pi_zero",
Expand All @@ -12,7 +12,8 @@
"CMAKE_TOOLCHAIN_FILE": "/toolchain/toolchain.cmake"
},
"environment": {
"RASPBERRY_PI": "1"
"RASPBERRY_PI": "1",
"SIMULATED_EXTENSIONS": "0"
}
},
{
Expand All @@ -26,7 +27,8 @@
"CMAKE_TOOLCHAIN_FILE": "${sourceDir}/project/toolchain/pi_toolchain.cmake"
},
"environment": {
"RASPBERRY_PI": "1"
"RASPBERRY_PI": "1",
"SIMULATED_EXTENSIONS": "0"
}
},
{
Expand All @@ -39,7 +41,8 @@
"CMAKE_BUILD_TYPE": "Debug"
},
"environment": {
"RASPBERRY_PI": "1"
"RASPBERRY_PI": "1",
"SIMULATED_EXTENSIONS": "1"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
39,
40
],
"visible_layers": "ffc7e10_7ffffff8",
"visible_layers": "ffc7e10_fffffffd",
"zone_display_mode": 0
},
"meta": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1420,7 +1420,7 @@
(symbol (lib_id "power:PWR_FLAG") (at 198.12 35.56 0) (unit 1)
(in_bom yes) (on_board yes) (dnp no)
(uuid 626ba48a-2fa0-4283-befa-1bc01046ffe5)
(property "Reference" "#FLG?" (at 198.12 33.655 0)
(property "Reference" "#FLG05" (at 198.12 33.655 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "PWR_FLAG" (at 198.12 31.75 0)
Expand All @@ -1435,9 +1435,6 @@
(pin "1" (uuid 1e06f02c-712d-4dcf-bf25-740a1a438618))
(instances
(project "giraffe_flight_computer"
(path "/8b6d32d3-7736-4ef0-bfd7-9f676eec710d/ba60804d-01a4-423f-89a4-e92a0bf73814"
(reference "#FLG?") (unit 1)
)
(path "/8b6d32d3-7736-4ef0-bfd7-9f676eec710d"
(reference "#FLG05") (unit 1)
)
Expand Down
Loading

0 comments on commit 5c5f72b

Please sign in to comment.