[TIME] Basic def
[TIMER] timer related commits
[TIMER] Remove stale comments from timer_stm32h7xx.c
[TIMER] New timerClock() based on RM0443 Table 48
[TIMER] Add DMA handling
[TIMER] White space tidy in timer_def.h
Add TIM1_UP_IRQ handling
Fix DEF_TIM_DMA_FULL emitting error for 7th and 15th entry
STM32H7 - add TIM15-CH2 (No DMA)
Fix comment spelling errors.
timer.h change for "Burst Dshot First working version"
Fix bad TIM9 handling for non-H7 case
Touch-up after rebase (timer.h)
F4 and F7 does not have dmaIrqHandler in timerHardware_s (anymore)
Changes per PR comment
Converting the universal target as well.
Simplified timer management some.
Added F722 support for good measuer.
Fixed SITL, tests.
Cleanup after rebase.
Added support for all timer consumers and F7.
Fixed 'USE_DMA_SPEC' for F3, some cleanups.
need implement fake eeprom & fake IO
need implement fake system function
can compile, stuck in isEEPROMContentValid()
EEPROM in memory work
EEPROM as file should work
fix some complie warning
MSP over TCP work (add dyad.c)
a little clean up
fix FLASH_CONFIG_Size in ld script & implement some pwmout
IO to simulator work!! need to check direction & scale!!
can fly but Gyro buggy
move dyad.c
fix busy-loop (limit to max 20kHz)
can simulatie in different speed now! (hard code)
add option for IMU calculation
add README.md
move dyad.c and fix F3 overrun the flash size
explanation SITL in README.md and reuse CFLAGS, ASFLAGS
Beeper PWM frequency set limited to positive values
Removal of all the defined(BEEPER_PWM)
tabs and spaces cleanup in beeper functions
Add IOGetByTag and timerGetByTag check to Beeper Pwm Init
Add IO check before every Beeper Pwm functions in pwm_output
Update pwm_output.c after comments from Mikeller
* Initial preparation for cleaning up multiple files per MCU
* Combined DSHOT for F3 and F4 (F7 todo)
* Build fixes (mixed some adjustments needed in transponder_ir.c)
* Fix F7 warnings/bugs
* Updated timer periods for transponder.
Fixed FURY including old pwm_output files.
* Added method to calculate prescaler and period on the fly for varying clock speeds.
This can be used for overclocking :)
* Consolidated led_strip
* Moved led strip to use system clock for timing (allowing overclocking)
* Fixed incorrect channel, and removed comparison warning.
* More cleanup
* Fix KIWIF4 target
* Cleaned up target.mk files