libopencm3/lib/stm32/f4
Nicolas Schodet 12a73ce052 Use ODR instead of IDR to toggle an output GPIO
IDR represents the level on pin input while ODR is the value requested by the
programmer. This makes a difference for example when using the output as open
drain.
2012-05-31 00:08:23 +02:00
..
Makefile Some additional LGPL3+ license change cleanups. 2012-03-02 15:39:15 -08:00
exti.c License change of the library to LGPL, version 3 or later. 2012-03-02 14:44:49 -08:00
flash.c License change of the library to LGPL, version 3 or later. 2012-03-02 14:44:49 -08:00
gpio.c Use ODR instead of IDR to toggle an output GPIO 2012-05-31 00:08:23 +02:00
libopencm3_stm32f4.ld Added basic exception handling to the stm32 linker scripts. Thanks Mike Smith! 2012-03-18 22:59:31 -07:00
pwr.c License change of the library to LGPL, version 3 or later. 2012-03-02 14:44:49 -08:00
rcc.c License change of the library to LGPL, version 3 or later. 2012-03-02 14:44:49 -08:00
scb.c License change of the library to LGPL, version 3 or later. 2012-03-02 14:44:49 -08:00
timer.c Corrected parameters of timer_set_mode() to u32. 2012-04-07 20:31:56 +12:00
vector.c License change of the library to LGPL, version 3 or later. 2012-03-02 14:44:49 -08:00