1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 06:15:16 +03:00
Commit graph

5 commits

Author SHA1 Message Date
dongie
0e80dbf025 reformat I2C driver and align comments. add timeout checking and move hardware reinit common code into separate function.
moved nvic priority group init into drv_system, where it belongs

Conflicts:
	src/drivers/system_common.c
	src/drv_i2c.c
2014-05-30 09:38:03 +01:00
dongie
31297de7fa remove i2c driver function calls and directly read/write I2C->DR
Conflicts:
	src/drivers/bus_i2c_stm32f10x.c
2014-05-30 09:29:43 +01:00
Dominic Clifton
79a90b09ef Merge remote-tracking branch 'multiwii/master'
Conflicts:
	src/board.h
	src/drv_timer.c
	src/mw.c
	src/sensors.c
2014-05-28 21:04:02 +01:00
Dominic Clifton
89d2c3152f Code formatting and style fixes. 2014-05-13 16:02:18 +01:00
Dominic Clifton
0598704872 First commit of port to STM32F3DISCOVERY board.
work-in-progress, it does compile and run though but hangs early on in
main() because of unimplemented features.
2014-04-25 01:09:19 +01:00
Renamed from src/drivers/bus_i2c.c (Browse further)