Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
239 commits
Select commit Hold shift + click to select a range
13db474
add a new target BLADE_F4
hakrc1 Apr 7, 2024
2177ef6
add new target BLADE_PRO_H7
hakrc1 Apr 7, 2024
295fa4e
deal serial conut
hakrc1 Apr 8, 2024
58bf7a4
SSD1315 OLEDs also seem to work
tonuonu Jul 12, 2025
b4f55d2
msp set alt test
xznhj8129 Nov 29, 2025
94dcc3f
add as logic condition
xznhj8129 Nov 29, 2025
8f20476
updated msp docs
xznhj8129 Nov 29, 2025
f2aa780
add mavlink command
xznhj8129 Nov 29, 2025
4d61538
narrow mavlink frames
xznhj8129 Nov 29, 2025
eec5481
change msp msg name
xznhj8129 Nov 29, 2025
125efbb
Revert "change msp msg name"
xznhj8129 Nov 29, 2025
849bcad
change msp msg name
xznhj8129 Nov 29, 2025
d5ac4c8
Merge branch 'master' into msp_set_alt
xznhj8129 Dec 11, 2025
711d181
add arc functions to ipf
xznhj8129 Dec 14, 2025
8917ada
add msg to msp.json
xznhj8129 Jan 5, 2026
fff8416
fix bracket error
xznhj8129 Jan 5, 2026
cc4d772
axis override test
xznhj8129 Jan 6, 2026
f734d88
axis override works
xznhj8129 Jan 6, 2026
ec9c4ae
fix msp_set_head
xznhj8129 Jan 6, 2026
b576b6b
added more MSP
xznhj8129 Jan 6, 2026
90215f1
fix rev (tbr)
xznhj8129 Jan 6, 2026
ffa0d45
fixed local target now set cm to local body
xznhj8129 Jan 6, 2026
7219b0b
Merge pull request #11258 from iNavFlight/maintenance-9.x
sensei-hacker Jan 17, 2026
1fda091
Initial framework to init CAN driver.
daijoubu Jan 23, 2026
219d0e4
Add dsdlc generated files. Added dronecan tasks to scheduler and set…
daijoubu Jan 25, 2026
53b77f1
Fix DFU cli and more CAN debugging
daijoubu Jan 26, 2026
36de6dd
Enabled the FDCAN clock to get access to registers and configured the…
daijoubu Jan 27, 2026
21b9861
Created pin definitions for CAN in Matek H743 target.
daijoubu Jan 27, 2026
1f41663
Found the correct timers and bit timing values to transmit dronecan a…
daijoubu Jan 28, 2026
fbef5b4
Remove unused code and clean up debugging messages.
daijoubu Jan 29, 2026
3cac417
Corrected filters and adjusted bit timing to receive a single message.
daijoubu Jan 29, 2026
cefc884
Setup the IO structures to read Pin numbers from target.h
daijoubu Jan 30, 2026
cd6b62c
Further progress with the IO system to handle pin assigment.
daijoubu Jan 30, 2026
0f91431
Cleaned up hardware initialization
daijoubu Jan 30, 2026
c757bfc
Calculate bit timing from clockspeed and baudrate for portability. A…
daijoubu Jan 31, 2026
fa6384a
Cleaned up problems in LOG_DEBUG messages that were skipping/obscurin…
daijoubu Jan 31, 2026
5b867ec
Process entire FIFO if messages are waiting but limit to number of me…
daijoubu Jan 31, 2026
33cd1b9
Moved hardware initialization down to canard_stm32_driver
daijoubu Feb 1, 2026
aa5cfd2
Added bitrate and node ID into the configuration of the flight contro…
daijoubu Feb 1, 2026
b568e1e
Forgot to update the docs.
daijoubu Feb 1, 2026
9c2408c
Add an example driver for gps_dronecan modeled on gps_msp.
daijoubu Feb 3, 2026
65bd6f8
Add an interrupt priority for dronecan (lowest)
daijoubu Feb 3, 2026
2cf9617
Removed interrupt code and set up a state machine to poll and handle …
daijoubu Feb 5, 2026
85bdad4
support gdb on stlink with MATEKH743
daijoubu Feb 5, 2026
3479d25
Created CANbus log topic
daijoubu Feb 6, 2026
392c0c6
Clean up error handling.
daijoubu Feb 6, 2026
a2607af
Correct include search scopes in autogenerated files.
daijoubu Feb 6, 2026
29fadbf
fixing search scope for include files. Make and Ninja have different…
daijoubu Feb 6, 2026
16d2fc1
Moving STM32H7 specific code to it's own module to prepare for bxCan …
daijoubu Feb 6, 2026
3ccefe2
Remove unneeded settings header.
daijoubu Feb 7, 2026
0ad4fc1
Removed incorrect USE_DRONECAN define that was enabling it for all ta…
daijoubu Feb 7, 2026
976c6f9
Only try to initialize hardware pins if defined.
daijoubu Feb 7, 2026
04abcab
Move define to pin initialization and use pin definitions for check.
daijoubu Feb 7, 2026
35d2916
Clean up warning causing build failure on Github.
daijoubu Feb 7, 2026
947ea8f
Moved all references to FDCAN down to the STM32H7 driver.
daijoubu Feb 7, 2026
25e78fa
Working on the f7 port but need to update the HAL library
daijoubu Feb 7, 2026
569f953
Reworked to use HAL_CAN v1.2.2
daijoubu Feb 7, 2026
2b10d06
Setup canard for 64 bit platforms on SITL builds
daijoubu Feb 8, 2026
0b4cadb
Moved define to fix targets that don't use dronecan.
daijoubu Feb 8, 2026
823f3be
Move the unique id call into the chip specific drivers as the older H…
daijoubu Feb 8, 2026
7ebc087
Fixed missing call to get protocol status in F7 driver for canard
daijoubu Feb 8, 2026
2e1e1f8
Helps to compile the HAL CAN library.
daijoubu Feb 8, 2026
eff9c7a
Flag unused parameter in HAL as unused.
daijoubu Feb 8, 2026
ef4f3e1
Add the CAN standby pin to the target description as per AP hwdef for…
daijoubu Feb 9, 2026
fbe8078
Move the storage for the receive message to the same scope as the han…
daijoubu Feb 9, 2026
6e55583
Adding a dronecan battery sensor
daijoubu Feb 9, 2026
5d9d6dc
Move the F7 driver to use interrupt based receives to fill a ring buf…
daijoubu Feb 10, 2026
c3ad505
Added CAN battery voltage meter and tested with Matek CAN-L4-BM
daijoubu Feb 11, 2026
e4d54d9
Add DroneCAN/libcanard unit tests (44 tests)
daijoubu Feb 11, 2026
f54bb4d
Add DroneCAN current sensor support to battery system
daijoubu Feb 11, 2026
7fb2567
Add DroneCAN documentation
daijoubu Feb 11, 2026
1e69ba0
Add some clarifications to the docs and run update_cli_docs.py becaus…
daijoubu Feb 11, 2026
204ed72
Fix DroneCAN battery current scaling (10x too low)
daijoubu Feb 12, 2026
62963a1
Fix multiple DroneCAN driver bugs found in code review
daijoubu Feb 12, 2026
9690892
Fix bug introduced by Claude. STM32F7xx HAL is too old to support HA…
daijoubu Feb 12, 2026
8d5042f
Improve DroneCAN error handling and logging
daijoubu Feb 12, 2026
a06e1ab
Addressed issues 2, 3 and 4 from Qodo.
daijoubu Feb 12, 2026
175280a
Phase 2.1: Add DroneCAN SITL stub driver support
daijoubu Feb 13, 2026
463e0e5
Complete Phase 2.2: SocketCAN driver implementation
daijoubu Feb 13, 2026
68b58eb
Merge remote-tracking branch 'origin/feature-dronecan-sitl' into add-…
daijoubu Feb 13, 2026
ffe1d9a
Fix macOS SITL build: Use roundf() instead of round()
daijoubu Feb 13, 2026
3ad955f
Merge remote-tracking branch 'origin/pr-11313' into add-libcanard
daijoubu Feb 13, 2026
ce4c933
Merge pull request #1 from daijoubu/feature-dronecan-sitl
daijoubu Feb 13, 2026
17c6750
Fix SITL build failures on macOS and Windows
daijoubu Feb 14, 2026
5b08ed0
Merge remote add-libcanard branch with latest SITL fixes
daijoubu Feb 14, 2026
4739bb8
Fix macOS SITL build: Guard socket type declarations
daijoubu Feb 14, 2026
dc287d1
Revert socket.h guards: restore original unguarded includes
daijoubu Feb 14, 2026
0664cff
Fix: Guard SocketCAN forward declarations for non-Linux platforms
daijoubu Feb 14, 2026
f81543a
Moved dronecan generated files to lib/main rather than src/main. Upd…
daijoubu Feb 14, 2026
595a5be
Fix the unit test build with the changes to directory structure
daijoubu Feb 14, 2026
3ac06ad
Fixed include paths for unit tests.
daijoubu Feb 14, 2026
b6f9d80
Fixed a bug in the error checking on initialization. Need to check f…
daijoubu Feb 15, 2026
3a1a1dc
fix gps scaling issues.
daijoubu Feb 15, 2026
81a283a
Added support for hdop from the aux message if it is present.
daijoubu Feb 15, 2026
240d5b8
Declare the Aux message handler
daijoubu Feb 15, 2026
efd668c
enums path fix
xznhj8129 Feb 15, 2026
79ad82b
tab oopsie
xznhj8129 Feb 15, 2026
d5c1e5e
Merge branch 'maintenance-10.x' into msp_additions
xznhj8129 Feb 15, 2026
cb3afe7
calculate EPH from positon covariance data.
daijoubu Feb 16, 2026
db5bb1c
Add comprehensive DroneCAN driver documentation
daijoubu Feb 17, 2026
b68686b
Fix: Move CAN interrupt enable to end of init function (#10)
daijoubu Feb 18, 2026
ffba4b8
docs(dronecan): Finalize DroneCAN integration with tests, examples, a…
daijoubu Feb 18, 2026
da849e5
Feature node status (#13)
daijoubu Feb 18, 2026
e201acc
Merge pull request #11230 from xznhj8129/msp_additions
sensei-hacker Feb 22, 2026
6e27126
OSD: Add extra GPS satellite statistics widget
tipoman9 Feb 27, 2026
ba419f2
Merge remote-tracking branch 'upstream/maintenance-9.x' into maintena…
sensei-hacker Feb 28, 2026
857d799
Add CRSF sensor input on dedicated UART
sensei-hacker Mar 1, 2026
e320791
Add configurable OSD element refresh rate
hntirgeam Dec 24, 2025
67dab35
iterate over OSD elements using osdIncElementIndex func
hntirgeam Dec 25, 2025
b93e293
time budget based element rendering. should be faster
hntirgeam Dec 25, 2025
95e5327
debugging time budget
hntirgeam Dec 25, 2025
8a83048
Fix minor error in PR
tipoman9 Mar 2, 2026
ee7d8f5
Eliminates: 1 function call + internal state check per gyro sample
Mar 4, 2026
a3a3b3c
Disable SIM telemetry for F722 targets due to lack of FLASH memory
Mar 5, 2026
4f73ff7
Bump PG version
Mar 5, 2026
0791829
Merge pull request #11409 from iNavFlight/maintenance-9.x
sensei-hacker Mar 7, 2026
3fc471d
msp messages + enums versioning + scripts fix + renamed markdown to R…
xznhj8129 Mar 8, 2026
259bec3
msp docs: remove git_revision from enum spec metadata
xznhj8129 Mar 8, 2026
74b4aef
PINIO: add PWM duty control and unify output mode handling
sensei-hacker Feb 28, 2026
4e29b1d
Remove legacy LED pin PWM modes, consolidate PINIO PWM interface
sensei-hacker Feb 28, 2026
5097e9e
PINIO: fix operand order for backward compat, unify pinioSet/pinioSet…
sensei-hacker Mar 7, 2026
5ca5b49
pinio pwm: Settings.md small update for osd_joystick_pinio_channel
sensei-hacker Mar 8, 2026
cdc42c7
Add TIM_USE_PINIO flag and label LED/PINIO outputs in output mapping
sensei-hacker Mar 10, 2026
ec835c4
pinio/pwm: Share user-assigned pins between box modes and programming…
sensei-hacker Mar 12, 2026
15f0827
pinio/pwm: First round simplify most recent commits
sensei-hacker Mar 12, 2026
842a7a8
add target osd_framerate_hz to control how many OSD elements are draw…
hntirgeam Mar 3, 2026
d1aafac
debug osd_framerate_hz
hntirgeam Mar 12, 2026
be3545c
cli command description + element idx debug
hntirgeam Mar 13, 2026
3732e51
updated settings.md
hntirgeam Mar 13, 2026
39ebba5
pinio/pwm: better integrate LED pin, simplify
sensei-hacker Mar 13, 2026
8f9fc23
Merge pull request #11399 from iNavFlight/dzikuvx-disable-sim-telemet…
DzikuVx Mar 17, 2026
7119138
Merge remote-tracking branch 'origin/maintenance-10.x' into dzikuvx-g…
Mar 17, 2026
15e118f
Merge pull request #11398 from iNavFlight/dzikuvx-gyro-optimizations
DzikuVx Mar 17, 2026
c0dca99
executable bit + version check
xznhj8129 Mar 23, 2026
e43c880
reset free PIDs if coefficients are changed via CLI or MSP
wimalopaan Mar 14, 2026
c36b5d7
Merge pull request #11457 from iNavFlight/maintenance-9.x
sensei-hacker Mar 25, 2026
49693df
improvement to update_cli_docs (list enum values instead of min/max)
xznhj8129 Mar 26, 2026
23c67fb
add new messages
xznhj8129 Mar 26, 2026
7068f12
Merge branch 'maintenance-10.x' into msp_versioning
xznhj8129 Mar 26, 2026
b0313a4
correct enum
xznhj8129 Mar 29, 2026
b54ff13
Merge branch 'maintenance-10.x' into ipf_trig
xznhj8129 Mar 29, 2026
9c70040
docs: regenerate Settings.md for acc hardware enum
xznhj8129 Mar 29, 2026
3d6dc3b
Baro Altitude and Vario, AirSpeed
r1000 Nov 3, 2025
d0d89ec
Fix settings.md
r1000 Nov 5, 2025
e26ea67
docs: regenerate Settings.md from settings.yaml
sensei-hacker Feb 25, 2026
a389e66
Merge pull request #11206 from hntirgeam/osd_freq_command
sensei-hacker Apr 10, 2026
ec70bec
Fix logic condition opcode docs
xznhj8129 Apr 11, 2026
4c8d068
change def guard and clean MSP decode
xznhj8129 Feb 26, 2026
6523701
Refine set alt acceptance policy
xznhj8129 Apr 11, 2026
94fd8cb
Merge pull request #11179 from xznhj8129/ipf_trig
sensei-hacker Apr 11, 2026
46a7a89
Merge branch 'maintenance-10.x' into add-libcanard
sensei-hacker Apr 11, 2026
3c70959
Merge branch 'maintenance-10.x' into msp_versioning
sensei-hacker Apr 11, 2026
6214cbc
Merge pull request #11343 from xznhj8129/msp_versioning
sensei-hacker Apr 11, 2026
69a1352
Merge pull request #11313 from daijoubu/add-libcanard
sensei-hacker Apr 11, 2026
6de9355
* add ADSB simulator script to inject ADSB contact to FC for devel pu…
error414 Feb 8, 2026
bc1e656
Enable CRSF sensor input on all CRSF-capable targets
sensei-hacker Apr 12, 2026
89838d2
Fix BARO_CRSF enum value to preserve EEPROM compatibility
sensei-hacker Apr 12, 2026
dbc5c63
fix documentation: update ADS-B
error414 Apr 13, 2026
cca5ea5
fix CPA calculation
error414 Apr 13, 2026
5669e50
update_cli_docs
error414 Apr 14, 2026
36e2c23
add testes for ADSB
error414 Apr 14, 2026
a6e4952
OSD: GPS MON-RF noisePerMS and AGC percent fixes
tipoman9 Apr 14, 2026
b04199c
Minor PID controller improvement: use cache millis instead of calling…
DzikuVx Apr 15, 2026
2a87050
Maintenance: Update STM32F7xx HAL to v1.3.3 and CMSIS Device to latest
daijoubu Apr 16, 2026
27b8dce
Updated CAN driver to use new HAL library.
daijoubu Apr 21, 2026
e90b9ee
Fix a couple of missed changes with the new header object in the upda…
daijoubu Apr 21, 2026
327be5b
fix: eliminate STM32F7 HAL macro redefinition warnings
daijoubu Apr 21, 2026
37e6b23
fix: suppress STM32F7 HAL vendor warnings under WARNINGS_AS_ERRORS
daijoubu Apr 22, 2026
5311b0e
fix: correct CAN BTR register timing value bit positions for HAL v1.3.3
daijoubu Apr 22, 2026
c23f1c0
fix: drain DroneCAN TX queue after RX processing to complete multi-fr…
daijoubu Apr 22, 2026
63953ea
Merge maintenance-10.x into maintenance-9.x (resolve conflicts)
sensei-hacker Apr 25, 2026
4f37b4c
Add MSP2_INAV_SET_AUX_RC (0x2230) to msp_messages.json
sensei-hacker Apr 25, 2026
266dda5
Fix inav_enums.json: patch 7 enums to match merged source
sensei-hacker Apr 25, 2026
18b549e
Add 3 more 9.x MSP messages missing from msp_messages.json
sensei-hacker Apr 25, 2026
3355335
Regenerate docs/Settings.md after settings.yaml changes
sensei-hacker Apr 25, 2026
edb1657
Merge pull request #11512 from sensei-hacker/merge-9x-into-10x
sensei-hacker Apr 25, 2026
719add7
Fix MSP_GPSSTATISTICS hwVersion type: uint32_t -> uint8_t
sensei-hacker Apr 25, 2026
990b0dd
Merge pull request #11513 from sensei-hacker/fix/msp-gpsstatistics-hw…
sensei-hacker Apr 25, 2026
9d3ba8e
docs: regenerate Settings.md from settings.yaml
daijoubu Apr 26, 2026
3919713
fix: convert HAL submodule gitlinks to plain tracked files
daijoubu Apr 28, 2026
e814945
Remove STM32F4 HAL as it is not used in the project and this copy is …
daijoubu Apr 29, 2026
1073acb
Merge branch 'maintenance-10.x' into error414/feature/adsb-intercept-…
error414 Apr 29, 2026
98e5225
fix comment in scheduler
error414 Apr 29, 2026
7eebdf6
pwm_mapping: guard beeper timer from timerHardwareOverride()
sensei-hacker May 4, 2026
ecb590a
test: add pwm_mapping beeper timer guard unit tests
sensei-hacker May 4, 2026
0ae8b3e
Merge upstream/maintenance-10.x into feature/unified-pinio-pwm-output
sensei-hacker May 4, 2026
8556b42
Merge pull request #11561 from iNavFlight/maintenance-9.x
sensei-hacker May 15, 2026
9737be1
fix(stm32f4): suppress HAL header redefinition warnings via SYSTEM_IN…
daijoubu May 15, 2026
b80f64e
Merge branch 'iNavFlight:maintenance-10.x' into maintenance-10.x
daijoubu May 15, 2026
4590bd8
Merge upstream/maintenance-10.x into feature/unified-pinio-pwm-output
sensei-hacker May 15, 2026
3134a96
Merge pull request #11375 from sensei-hacker/feature/unified-pinio-pw…
sensei-hacker May 15, 2026
d243eed
output assignment: firmware-authoritative MSP2 READ/QUERY API
sensei-hacker May 16, 2026
f860c81
fix: guard timMotorServoHardware_t in pwm_mapping.h for SITL builds
sensei-hacker May 16, 2026
be6b399
fix: remove ASSERT calls from MSP QUERY handler in fc_msp.c
sensei-hacker May 16, 2026
2353382
fix: honor isMixerUsingServos and servo count in pwmBuildTimerOutputList
sensei-hacker May 16, 2026
6492483
fix: count servo outputs from customServoMixers, not mixerProfiles
sensei-hacker May 16, 2026
2e92dde
fix: use only customServoMixers for servo count in pwmBuildTimerOutpu…
sensei-hacker May 16, 2026
f75c421
fix: scan customServoMixers unconditionally for servo count
sensei-hacker May 16, 2026
e31bc78
Merge branch 'iNavFlight:maintenance-10.x' into maintenance-10.x
daijoubu May 16, 2026
75c33db
Merge pull request #11371 from tipoman9/OSD_GPS_Extra_Stats_v2
sensei-hacker May 16, 2026
f4f24c2
Update STM32H7xx HAL to v1.11.6 and CMSIS Device to v1.10.7
daijoubu May 17, 2026
4acc9ee
Merge branch 'maintenance-10.x' into feature-crsf-sensor-input
sensei-hacker May 17, 2026
1df6a5b
fix: remove unused parameter from pwmBuildTimerOutputList
sensei-hacker May 17, 2026
4a07704
Fix ISR/scheduler race condition and PR bugs in CRSF sensor input
sensei-hacker May 17, 2026
287b06f
Address code review issues in CRSF sensor input
sensei-hacker May 17, 2026
8df5ac2
Merge pull request #11379 from sensei-hacker/feature-crsf-sensor-input
sensei-hacker May 17, 2026
cc31885
fix: align servo count with getServoCount() and zero-init tempOut
sensei-hacker May 17, 2026
4589231
Merge pull request #11168 from sensei-hacker/pr-11100-crsf-baro
sensei-hacker May 18, 2026
735c5f3
Merge branch 'maintenance-10.x' into feature/stm32f7-hal-v1.3.3-update
sensei-hacker May 19, 2026
afa43b0
Fix CRSF 0x09 baro/vario frame unpack in sensor input
sensei-hacker May 19, 2026
29a763a
Fix duplicate crsfFrameAirSpeedSensor definition in telemetry/crsf.c
sensei-hacker May 19, 2026
47e603d
Merge pull request #11572 from sensei-hacker/fix/crsf-0x09-baro-vario…
sensei-hacker May 19, 2026
0476df6
Merge branch 'iNavFlight:maintenance-10.x' into maintenance-10.x
daijoubu May 19, 2026
056cf9b
USE_BARO or USE_GPS for guards
xznhj8129 May 20, 2026
80cf09d
Merge pull request #11575 from iNavFlight/maintenance-9.x
sensei-hacker May 20, 2026
49b4d02
Merge branch 'iNavFlight:maintenance-10.x' into maintenance-10.x
daijoubu May 21, 2026
357e1dc
fix: suppress H7 __FPU_PRESENT redefinition warning via cmake
daijoubu May 22, 2026
e758692
fix: revert cortex-m4f __FPU_PRESENT to =1 for F4 compatibility
daijoubu May 22, 2026
80cac21
fix: revert __FPU_PRESENT changes from 357e1dc34
daijoubu May 22, 2026
49bf652
Merge pull request #11514 from daijoubu/feature/stm32f7-hal-v1.3.3-up…
sensei-hacker May 23, 2026
f43b5a9
Merge pull request #11491 from xznhj8129/set_alt_fixes
sensei-hacker May 23, 2026
95b2bd9
Merge pull request #11523 from daijoubu/maintenance-10.x
sensei-hacker May 23, 2026
7d268f5
Merge pull request #11578 from daijoubu/fix/stm32h7-hal-v1.13.0-update
sensei-hacker May 23, 2026
0d72c3b
Merge pull request #11346 from error414/error414/feature/adsb-interce…
sensei-hacker May 23, 2026
5713a12
msp: reject malformed QUERY_OUTPUT_ASSIGNMENT payloads; add assignmen…
sensei-hacker May 24, 2026
31bea50
Merge pull request #11564 from sensei-hacker/feature/output-assignmen…
sensei-hacker May 24, 2026
10343b4
Merge branch 'maintenance-10.x' into maintenance-9.x
sensei-hacker May 24, 2026
8c4d8b4
Rename MAX to FIXED_VALUE and update description
sensei-hacker May 24, 2026
653e6aa
Correct FIXED_VALUE to FIXED-VALUE in Mixer.md
sensei-hacker May 24, 2026
99974d3
Change TARGET_BOARD_IDENTIFIER to 'BLF4' and update features
sensei-hacker May 25, 2026
3cf414a
Clean up timer definitions in target.c
sensei-hacker May 25, 2026
ef39436
Change TARGET_BOARD_IDENTIFIER and SPI bus settings
sensei-hacker May 25, 2026
33e15c7
Merge pull request #9904 from hakrc1/hakrc1
sensei-hacker May 25, 2026
11c22f3
fix datatype of timerCount
sensei-hacker May 25, 2026
7f66d5e
Merge branch 'maintenance-9.x' into fix-timer-datatype
sensei-hacker May 26, 2026
f13316a
Merge pull request #11587 from sensei-hacker/fix-timer-datatype
sensei-hacker May 26, 2026
0737748
Merge pull request #10959 from tonuonu/patch-1
sensei-hacker May 27, 2026
e89eecf
Merge pull request #11431 from wimalopaan/wm_pid_cli
sensei-hacker May 28, 2026
575bdcb
add TBS_LUCID_H7_OEM
bkleiner May 4, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ launch.json
# Assitnow token and files for test script
tokens.yaml
*.ubx
/testing/
/.idea/

# Local development files
.semgrepignore
Expand Down
Empty file added .gitmodules
Empty file.
8 changes: 4 additions & 4 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
"version": "2.0.0",
"tasks": [
{
"label": "Build AOCODARCH7DUAL",
"label": "Build MATEKH743",
"type": "shell",
"command": "make AOCODARCH7DUAL",
"command": "ninja MATEKH743",
"group": "build",
"problemMatcher": [],
"options": {
"cwd": "${workspaceFolder}/build"
}
},
{
"label": "Build AOCODARCH7DUAL",
"label": "Build MATEKH743",
"type": "shell",
"command": "make AOCODARCH7DUAL",
"command": "ninja MATEKH743",
"group": {
"kind": "build",
"isDefault": true
Expand Down
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ get_git_head_revision(GIT_REFSPEC GIT_SHA1)
string(SUBSTRING ${GIT_SHA1} 0 8 GIT_REV)

# Load settings related functions, so the tests can use them
include(dsdlc_generated)
include(main)
include(settings)

Expand Down
Loading
Loading