aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-18Merge branch 'generalizations' into efm32chrysn
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-02use _data_loadaddr instead of _etextchrysn
2012-10-02add back minimal support librarieschrysn
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
2012-09-15remove the support libraries for efm32chrysn
2012-09-13removed efm32lib exampleschrysn
2012-09-13Merge branch 'master' into efm32chrysn
2012-09-10Renamed adc example to be more descriptive.Piotr Esden-Tempski
2012-09-10Added simple adc example for lisa/m 2.Piotr Esden-Tempski
2012-09-10Merging pull request #26 "Linker script cleanup/improvements"Piotr Esden-Tempski
2012-09-10Merge pull request #27 "added a make target stlink-flash to use the stlink on...Piotr Esden-Tempski
2012-09-10Merge pull request #25 "Add support for C++ and fix some comments typo"Piotr Esden-Tempski