1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-23 00:05:28 +03:00
Commit graph

4 commits

Author SHA1 Message Date
Martin Budden
19ab505e6a Removed #includes from header files and other betaflight catchups 2016-08-06 12:59:12 +01:00
Martin Budden
0489eb8b08 Converted I2C, EXTI and SONAR to new IO (#389)
* Converted I2C to new IO
* Converted SONAR to new IO
* Converted EXTI to new IO
* Whitespace and target.h cleanup
* Catch up with betaflight changes
* Got ALIENFLIGHTF1 and CC3D_NRF24_OPBL targets to fit in ROM
* Target fixup
* Fixed build errors in targets
* Fixed CC3D and NAZE targets.
2016-07-31 12:25:03 +03:00
Martin Budden
c7c9985904 Fixed timerInit 2016-06-27 07:23:44 +01:00
Petr Ledvina
aa7f5c4a1e New timer implementation
This is first part of new softserial code. Main timer code is changed, changes to rest of code are kept to minimum.

macros for BASEPRI based synchronization are added to project (atomic.h)

TIMER_PERIOD fixed in pwm_rx.c
2014-11-07 15:38:26 +01:00