libmaple/libmaple
Michael Hope 828facd2b7 Use stdint.h to define the basic types.
Solves a problem when building in strict C++ mode, as GCC defines
uint32_t as unsigned long on systems where sizeof(long) == 4.  This
causes GCC to complain that uint32 != uint32_t as unsigned int !=
unsigned long.

Signed-off-by: Michael Hope <michaelh@juju.net.nz>
2013-06-30 21:07:59 +02:00
..
include/libmaple Use stdint.h to define the basic types. 2013-06-30 21:07:59 +02:00
stm32f1 Merge remote-tracking branch 'wesen/bug/bkp' 2013-01-17 15:11:14 -05:00
stm32f2 ADC: Doxygen fixups 2012-06-29 20:46:20 -04:00
usb libmaple/usb/stm32f1/usb.c: cosmetics. 2013-04-30 09:22:31 -04:00
adc.c Add some missing LeafLabs copyright notices. 2012-09-04 01:36:48 -04:00
dac.c Bring back libmaple/dac.h. 2012-06-04 00:20:21 -04:00
dma.c DMA: prep for F2 with new "tube" API. 2012-06-15 17:41:34 -04:00
dma_private.h DMA: prep for F2 with new "tube" API. 2012-06-15 17:41:34 -04:00
exc.S comment fix 2011-02-27 20:20:11 -05:00
exti.c exti.c: Use exti_num enumerators instead of magic values. 2012-09-03 18:31:50 -04:00
exti_private.h Bring back EXTI on F1, with deprecations for gpio.h on F1. 2012-06-03 22:40:40 -04:00
flash.c Add some missing LeafLabs copyright notices. 2012-09-04 01:36:48 -04:00
gpio.c Add some missing LeafLabs copyright notices. 2012-09-04 01:36:48 -04:00
i2c.c I2C: Move CCR/TRISE config helper back to libmaple/i2c.c. 2012-06-22 15:07:08 -04:00
i2c_private.h i2c_dev: deprecate .gpio_port. 2012-06-22 14:06:10 -04:00
iwdg.c Fix a bunch of Doxygen file-level comments. 2012-05-08 16:22:41 -04:00
nvic.c Add some missing LeafLabs copyright notices. 2012-09-04 01:36:48 -04:00
pwr.c Fix a bunch of Doxygen file-level comments. 2012-05-08 16:22:41 -04:00
rcc.c libmaple/rcc.c: Fix typo. 2012-05-31 17:24:17 -04:00
rcc_private.h RCC: Break out some portable functionality from stm32f1/. 2012-04-11 16:56:51 -04:00
rules.mk I2C: Restore on F1, refactoring prep for F2. 2012-06-22 14:06:09 -04:00
spi.c libmaple/spi: Fixups, move nonportable bits into libmaple/stm32f1. 2012-04-11 16:56:57 -04:00
spi_private.h Bring back <libmaple/spi.h>. 2012-06-07 21:46:25 -04:00
stm32_private.h Add stm32_private.h. 2012-06-12 16:04:02 -04:00
systick.c Add some missing LeafLabs copyright notices. 2012-09-04 01:36:48 -04:00
timer.c libmaple/timer.c: Sync enable_irq() declaration with it's definition 2013-06-04 14:17:28 +02:00
timer_private.h Tweak some timer_private APIs. 2012-06-07 19:15:04 -04:00
usart.c Add some missing LeafLabs copyright notices. 2012-09-04 01:36:48 -04:00
usart_private.c libmaple/usart_private.c: Add missing include. 2012-05-31 17:24:41 -04:00
usart_private.h Make usart_irq() __always_inline. 2012-05-08 16:28:05 -04:00
util.c Add some missing LeafLabs copyright notices. 2012-09-04 01:36:48 -04:00