aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-19build vector.o on lpc13xxchrysn
2012-10-18unified systick handlingchrysn
2012-10-18unify scb (system control block)chrysn
2012-10-18BEGIN_DECLS wrap nivc.h declarations for c++chrysn
2012-10-18nvic.h generation script: be on safe side with directorieschrysn
2012-10-18adapt lpc43xx example to generalizationschrysn
2012-10-18fix bug resulting from equally named fileschrysn
2012-10-18vector.c unificationchrysn
2012-10-18integrate irq2nvic_h script in buildprocesschrysn
2012-10-18split irq.yaml output in nvic.h and vector_nvic.hchrysn
2012-10-18switch all interrupt lists to yaml formatchrysn
2012-10-18drop two-line vector.c dispatchers in favor of central dispatchchrysn
2012-10-18nvic unificationchrysn
2012-10-18modified examples to use libopencm3/cm3/nvic.h instead of /stm32/chrysn
2012-10-18fallback for unknown chipschrysn
2012-10-18unified nvic.cchrysn
2012-10-18add irq cound to existing nvic.h fileschrysn
2012-10-18dispatch for chip specific nvicchrysn
2012-10-18merge irq and nvic code using a scriptchrysn
2012-10-18nvic.h factored out (incomplete)chrysn
2012-10-17Merge branch 'master' into generalizationschrysn
2012-10-16add the copied ld scripts in lib dir to gitignoreFelix Ruess
2012-10-16fix clean target for example makefiles if the compiler is not in PATHFelix Ruess
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
2012-10-08complete peripheral handlers in vector tableThomas W. Barr
2012-10-07updated the lisa_m_2 (STM32 F1) ADC examples for recent code changes to stm32...Stephen Dwyer
2012-10-07oops, had to update bin names in makefiles for adc examplesStephen Dwyer
2012-10-07added different ADC sampling examples for the LisaM v2 including:Stephen Dwyer
2012-10-05Merging pull request #28 Random number generator defenition and example.Piotr Esden-Tempski
2012-10-05Merging pull request #37 Adds hard-float support to stm32f4, with a nice mand...Piotr Esden-Tempski
2012-10-05Doc changes to go with previous commitKen Sarkies
2012-10-05Code changes to stm32f1 adc.c and adc.hKen Sarkies
2012-10-05unified vector table initializationchrysn
2012-10-04Merged pull request #38 Add assert macros to aid in debugging.Piotr Esden-Tempski
2012-10-02Add assert macros to aid in debugging.Tomaz Solc
2012-09-27Add a floating-point example to the stm32f4.Daniel Serpell
2012-09-27Enable floating-point coprocessor on reset.Daniel Serpell
2012-09-27Compile stm32-f4 library with floating point support.Daniel Serpell
2012-09-27Add all SCB registers mentioned in ARM DDI 0403D manual.Daniel Serpell
2012-09-25Explicitly link example binaries statically.Paul Sokolovsky
2012-09-17Fix merge errorNicolas Schodet
2012-09-15Setup to document entire project using doxygen.Ken Sarkies