1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-24 00:35:34 +03:00
Commit graph

21 commits

Author SHA1 Message Date
Jonathan Hudson
478228e04b revert individual file GCC9 warning exceptions and instead add a global exception to platform.h 2019-05-04 20:32:10 +01:00
Konstantin Sharlaimov
78bc53f3ad
Refactor TIMER/DMA framework (#3833)
* TIM/DMA abstraction
* Migrage F7 TIM/DMA to HAL_LL
* Refactor timers to use conventional HZ
* Refactor PWM ourput code to use highest possible resolution
* Remove TIMER_OUTPUT_ENABLED
* Temporary disable SPRACINGF3NEO due to out of RAM
2018-09-24 15:10:59 +02:00
Konstantin Sharlaimov (DigitalEntity)
255c491808 Fix missing target-specific defines in Makefile 2018-04-26 14:04:45 +10:00
Konstantin Sharlaimov
108b619a34
Cleanup build system and unused source files (#3047)
* Initial cut on cleaning up makefile and libraries.
* F3, F4, F7 support
* Add 'make release' to build targets for release
* Introduce BUILD_SUFFIX options; Comment fix
* Fix USB core
* Fix F7 warnings
* Clean up STM32F1 code
* More cleanups of unused files
2018-04-25 10:01:00 +10:00
Pawel Spychalski (DzikuVx)
59dea3cc35 STM32F1 removed from sourcecode 2018-04-24 11:07:53 +02:00
Konstantin Sharlaimov (DigitalEntity)
6ce5940e75 Deprecate gyro_sync_denom, gyro driver will make a decision about sampling rate at init 2018-03-23 00:57:08 +10:00
borisbstyle
966d6bdec9 Merge pull request #1283 from jflyper/bfdev-smartaudio
Add TBS SmartAudio support
2017-09-12 18:39:35 +02:00
Sami Korhonen
db3ebbe6b7 Prepare source for F722 targets
Fix and combine F7 pwm output
Use flash split for F7 targets, can be updated for F4 also
2017-05-18 16:38:00 +03:00
Konstantin Sharlaimov (DigitalEntity)
ed9fa1f56c Initial cut on PixRacer target (squashed) 2017-01-02 14:47:58 +10:00
Sami Korhonen
619713f583 F7 Changes needed for current codebase 2016-12-11 14:18:13 +02:00
Martin Budden
b5eda096a5 Converted targets to use new IO 2016-06-24 21:30:45 +01:00
Martin Budden
bca171723a Tidied target.h files 2016-05-20 00:01:55 +01:00
Dominic Clifton
d60183d91d Normalize all the line endings 2014-09-15 23:40:17 +01:00
Dominic Clifton
3d382ea4c7 EUSTM32F103RC - First cut of support for this High-Density STM32F103
series development board.

These boards can be picked up for less than $11, coupled with a 10DOF
sensor board they make a great development platform or cheap expandable
FC.

Pretty much all pins are available to be used, unlike on the less
capable and more expensive OLIMEXINO.
2014-09-03 01:38:27 +01:00
Dominic Clifton
e867af8c4b Correct project name in GPL notices. 2014-06-05 00:47:47 +01:00
Dominic Clifton
0bbcd6570f Updated source files to include the GPL v3 notices. Include a copy of
the GPL v3.
2014-06-04 16:48:23 +01:00
Dominic Clifton
32622da0ab Continuation of extracting peripheral configuration into drivers. 2014-06-04 14:53:34 +01:00
Dominic Clifton
c7cd7adee9 Move #ifdef'd code from platform.h into target.h for each target. 2014-06-02 18:36:31 +01:00
Dominic Clifton
294f09bc91 Update F303 chip id. 2014-06-02 01:32:14 +01:00
Dominic Clifton
14448f4734 Merge branch 'naze32pro' - work in progress
Conflicts:
	Makefile
2014-05-31 22:50:05 +01:00
Dominic Clifton
d19a5e7046 Cleanup project structure. Update unit test Makefile to place object
files in obj/test
2014-05-31 22:43:06 +01:00
Renamed from src/platform.h (Browse further)