952 Commits (def9b9f3810ab069c679eb40ea7013bfcca949ea)
 

Author SHA1 Message Date
chrysn 5afa53f01a drop two-line vector.c dispatchers in favor of central dispatch 12 years ago
chrysn 172ce56e3c nvic unification 12 years ago
chrysn 94ce82396b modified examples to use libopencm3/cm3/nvic.h instead of /stm32/ 12 years ago
chrysn 1684ffe18d fallback for unknown chips 12 years ago
chrysn 9c13299f25 unified nvic.c 12 years ago
chrysn a8a6eb39e9 add irq cound to existing nvic.h files 12 years ago
chrysn f705d1cd6e dispatch for chip specific nvic 12 years ago
chrysn a7f5f9f576 merge irq and nvic code using a script 12 years ago
chrysn 837de3ff97 nvic.h factored out (incomplete) 12 years ago
chrysn 7c33025c31 Merge branch 'master' into generalizations 12 years ago
Felix Ruess 4e4496f70d [fix] GCC < 4.5 that does not accept any argument for the deprecated attribute. 12 years ago
Felix Ruess 0a48344965 add the copied ld scripts in lib dir to gitignore 12 years ago
Felix Ruess b7ebe6e705 fix clean target for example makefiles if the compiler is not in PATH 12 years ago
Ken Sarkies 0c779512d6 Initial documentation for SPI, I2C and CRC 12 years ago
Ken Sarkies c4b7e2a76a Additional stm32/usart.c functions to enable/disable Rx/Tx 12 years ago
Ken Sarkies 6ee8e44bd7 Initial documentation for stm32/usart.c, usart.h 12 years ago
Ken Sarkies 0834f41383 stm32f1: 12 years ago
Thomas W. Barr f94d71efee add _end and __end symbols for compatibility with code written against CodeSourcery linkers 12 years ago
Thomas W. Barr 8f9f2bdc00 complete peripheral handlers in vector table 12 years ago
Stephen Dwyer 2b8fbfc433 updated the lisa_m_2 (STM32 F1) ADC examples for recent code changes to stm32f1 adc.c and adc.h 12 years ago
Stephen Dwyer 794f3fbeda oops, had to update bin names in makefiles for adc examples 12 years ago
Stephen Dwyer bece4c30d3 added different ADC sampling examples for the LisaM v2 including: 12 years ago
Piotr Esden-Tempski 9e77f8c361 Merging pull request #28 Random number generator defenition and example. 12 years ago
Piotr Esden-Tempski cb60e37608 Merging pull request #37 Adds hard-float support to stm32f4, with a nice mandelbrot example 12 years ago
Ken Sarkies 4efa64c278 Doc changes to go with previous commit 12 years ago
Ken Sarkies 7d0611609b Code changes to stm32f1 adc.c and adc.h 12 years ago
chrysn a69d83d312 unified vector table initialization 12 years ago
Piotr Esden-Tempski ecb0cbbf78 Merged pull request #38 Add assert macros to aid in debugging. 12 years ago
chrysn b5de267b06 use _data_loadaddr instead of _etext 12 years ago
chrysn 36f95447a8 add back minimal support libraries 12 years ago
Tomaz Solc fc4047e4b4 Add assert macros to aid in debugging. 12 years ago
Daniel Serpell aac5909ff1 Add a floating-point example to the stm32f4. 12 years ago
Daniel Serpell e4819d3cd2 Enable floating-point coprocessor on reset. 12 years ago
Daniel Serpell 584052c28c Compile stm32-f4 library with floating point support. 12 years ago
Daniel Serpell c9ab75878f Add all SCB registers mentioned in ARM DDI 0403D manual. 12 years ago
Paul Sokolovsky d6e0e6e976 Explicitly link example binaries statically. 12 years ago
Nicolas Schodet 7851515c5c Fix merge error 12 years ago
Ken Sarkies ff83a1ae1c Setup to document entire project using doxygen. 12 years ago
chrysn 4a6f4c0f7d remove the support libraries for efm32 12 years ago
chrysn 50b3c92d7f removed efm32lib examples 12 years ago
chrysn 0508f30d2d Merge branch 'master' into efm32 12 years ago
Jason Kotzin e8ec29e636 Adding vendor class definition 12 years ago
Jason Kotzin fb110dd3e6 stm32 F2/F4 gpio_set_af() fix 12 years ago
Jason Kotzin 34beeae925 USB core updated for reentrance based on Christian Cier-Zniewski's branch 12 years ago
Jason Kotzin 4958fae906 fixing usb and alignment issue 12 years ago
Piotr Esden-Tempski dcd98dde86 Renamed adc example to be more descriptive. 12 years ago
Piotr Esden-Tempski d1cc8ca2b3 Added simple adc example for lisa/m 2. 12 years ago
Piotr Esden-Tempski 7373bfcb9b Merging pull request #26 "Linker script cleanup/improvements" 12 years ago
Piotr Esden-Tempski 03807ddd6c Merge pull request #27 "added a make target stlink-flash to use the stlink on the stm32f4-disovery" 12 years ago
Piotr Esden-Tempski 02ea612142 Merge pull request #25 "Add support for C++ and fix some comments typo" 12 years ago