aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-10-29Merge branch 'efm32'chrysn
2012-10-29Merge branch 'generalizations'chrysn
2012-10-28Release the correct fifo in can_receive()Thomas Daede
2012-10-28Add CAN support for F2 and F4 series.Thomas Daede
2012-10-22stm32/i2c: Add DOXYGEN strings for i2c helper functions.Jeff Ciesielski
2012-10-22Missing EXTI ports and flag numbers for F4Karl Palsson
2012-10-22stm32/f1: Add user_reset_hook to reset_handler w/ jump_to_dfu presetJeff Ciesielski
2012-10-22stm32/f1/can: Add function to detect if can system has an available mailboxJeff Ciesielski
2012-10-21Added irq.yaml to lpc_13xx and lpc_17xx familiesSilvio Gissi
2012-10-19stm32/f1/i2c: remove unnecessary parenthesisJeff Ciesielski
2012-10-19stm32/f1/can: Replace mistaken logical operators with bitwise operators.Jeff Ciesielski
2012-10-19stm32/f1/gpio: use |= instead of = when setting up registersJeff Ciesielski
2012-10-19stm32/f1/rtc: add PLL2/3 to switch statement to avoid compiler warningJeff Ciesielski
2012-10-19stm32/f1/rcc: add 25mhz in to 72mhz out clock tree setup function.Jeff Ciesielski
2012-10-19stm32/f1/vector: add ability to boot to DFU bootloaderJeff Ciesielski
2012-10-19stm32/f1/i2c: add a whole bevy of additional helper functionsJeff Ciesielski
2012-10-19stm32/f1/dma: add clear_flag helper functionJeff Ciesielski
2012-10-19stm32/f1/can: Add loopback/silent vars to init function.Jeff Ciesielski
2012-10-19remove common modules from efm32*'s explicit build listchrysn
2012-10-19Merge branch 'generalizations' into efm32chrysn
2012-10-19remove nvic.o from stm32/f[24]'s explicit listchrysn
2012-10-19completing dispatchchrysn
2012-10-19define platform specific constants for all chipschrysn
2012-10-19build common .o files everywhere (fixes issue #29)chrysn
2012-10-19add generic OBJS to efm32 librarieschrysn
2012-10-19build vector.o on lpc13xxchrysn
2012-10-19copied over linker scriptschrysn
2012-10-19build all efm32 familieschrysn
2012-10-19added irqs for the rest of the efm32 deviceschrysn
2012-10-19rename tinygecko->efm32tg everywherechrysn
2012-10-19renamed linker file to work with included makefilechrysn
2012-10-19change discriminator in efm32 series from TINYGECKO to EFM32TGchrysn
2012-10-19pulling in a simplification in per-arch makefileschrysn
2012-10-18Merge branch 'generalizations' into efm32chrysn
2012-10-18unified systick handlingchrysn
2012-10-18unify scb (system control block)chrysn
2012-10-18remove files not required in generalizations branch any morechrysn
2012-10-18Merge branch 'generalizations' into efm32chrysn
2012-10-18fix bug resulting from equally named fileschrysn
2012-10-18Merge branch 'generalizations' into efm32chrysn
2012-10-18integrate irq2nvic_h script in buildprocesschrysn
2012-10-18split irq.yaml output in nvic.h and vector_nvic.hchrysn
2012-10-18drop two-line vector.c dispatchers in favor of central dispatchchrysn
2012-10-18unified nvic.cchrysn
2012-10-17Merge branch 'master' into generalizationschrysn
2012-10-16Initial documentation for SPI, I2C and CRCKen Sarkies
2012-10-16Additional stm32/usart.c functions to enable/disable Rx/TxKen Sarkies
2012-10-16Initial documentation for stm32/usart.c, usart.hKen Sarkies
2012-10-16stm32f1:Ken Sarkies
2012-10-08add _end and __end symbols for compatibility with code written against CodeSo...Thomas W. Barr