867 Commits (2ad04777bf63a1324afe2b65d689aa210928bfea)
 

Author SHA1 Message Date
chrysn 2ad04777bf only generate irq headers on demand 12 years ago
Silvio Gissi 0a1cf977eb Added irq.yaml to lpc_13xx and lpc_17xx families 12 years ago
chrysn f62eee7644 remove nvic.o from stm32/f[24]'s explicit list 12 years ago
chrysn 14a5fc78cf completing dispatch 12 years ago
chrysn 99d7b21032 define platform specific constants for all chips 12 years ago
chrysn 75c2165827 build common .o files everywhere (fixes issue #29) 12 years ago
chrysn 6706899551 build vector.o on lpc13xx 12 years ago
chrysn bc5146b710 unified systick handling 12 years ago
chrysn e20f1c0d8f unify scb (system control block) 12 years ago
chrysn 75c9cfc287 BEGIN_DECLS wrap nivc.h declarations for c++ 12 years ago
chrysn 41c8c229cc nvic.h generation script: be on safe side with directories 12 years ago
chrysn c39c5c147d adapt lpc43xx example to generalizations 12 years ago
chrysn 0548317683 fix bug resulting from equally named files 12 years ago
chrysn 771f504757 vector.c unification 12 years ago
chrysn c69916ffb6 integrate irq2nvic_h script in buildprocess 12 years ago
chrysn ae832b4ee8 split irq.yaml output in nvic.h and vector_nvic.h 12 years ago
chrysn 5ceb377a37 switch all interrupt lists to yaml format 12 years ago
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 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
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