This website requires JavaScript.
Explore
Help
Sign In
EMTime
/
libopencm3
Watch
1
Star
0
Fork
0
You've already forked libopencm3
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
5f82f28d014d86846a3f5e60876c4ff2bd63e9f1
libopencm3
/
lib
/
stm32
History
Fergus Noble
3e47a46c5c
Fix numerous bugs in NVIC convenience functions, doing an |= on a clear register will clear ALL currently enabled irqs, not just the one you specified and other things of that sort. Also changed to support the full range of irq numbers supported by ARMv7M, not just the first 68 used in the STM32F1 series.
2012-02-06 23:08:07 +01:00
..
f1
Discard .ARM.exidx section to make newlib 64bit (long long) printf support work. This may need to be fixed if using C++.
2012-02-06 23:08:06 +01:00
f2
Fix nasty bug with GPIO alternate function setup on F2/F4 (sorry guys).
2012-02-06 23:08:06 +01:00
f4
Fix nasty bug with GPIO alternate function setup on F2/F4 (sorry guys).
2012-02-06 23:08:06 +01:00
i2c.c
Rename stm32 lib folders to be consistent with include
2011-10-30 17:42:49 -04:00
nvic.c
Fix numerous bugs in NVIC convenience functions, doing an |= on a clear register will clear ALL currently enabled irqs, not just the one you specified and other things of that sort. Also changed to support the full range of irq numbers supported by ARMv7M, not just the first 68 used in the STM32F1 series.
2012-02-06 23:08:07 +01:00
spi.c
stm32/spi.c: Coding style fixes and typo fixes.
2011-11-10 22:45:56 +01:00
systick.c
lib/stm32/*.c: Coding-style fixes.
2011-11-17 00:09:26 +01:00
usart.c
Added functions to enable and disable DMA from stm32 USART.
2012-02-06 23:08:07 +01:00