Peter Kietzmann
|
f62bc56648
|
Merge pull request #3215 from haukepetersen/fix_periphcpu_addenums
cpu: added dev_enums.h include to all periph_cpu.h
|
2015-06-22 08:44:26 +02:00 |
|
Hauke Petersen
|
765c013834
|
Merge pull request #3155 from haukepetersen/opt_cortex_startup
cpu: centralized startup code for cortexm CPUs
|
2015-06-17 00:01:56 +02:00 |
|
Hauke Petersen
|
4ae5204b36
|
cpu: added dev_enums.h include to all periph_cpu.h
|
2015-06-16 22:41:16 +02:00 |
|
Peter Kietzmann
|
666ad5da5f
|
Merge pull request #3165 from katezilla/nucleo-f303
board/Nucleo-f303: initial support for the Nucleo-f303
|
2015-06-16 09:17:10 +02:00 |
|
Peter Kietzmann
|
938d12c2d8
|
Merge pull request #3204 from haukepetersen/fix_f3_gpio
cpu/stm32f3: fixed init_af in GPIO driver
|
2015-06-16 08:05:42 +02:00 |
|
Hauke Petersen
|
7216f21122
|
cpu/stm32f4: fix init_af in GPIO driver
|
2015-06-15 20:41:49 +02:00 |
|
Hauke Petersen
|
ad0e9c26b6
|
cpu/stm32f3: fixed init_af in GPIO driver
|
2015-06-15 20:40:40 +02:00 |
|
Hauke Petersen
|
88130fcb54
|
cpu/kw2x: optimization of startup code
|
2015-06-15 16:00:51 +02:00 |
|
Hauke Petersen
|
253e7ce715
|
cpu/kinetis_common: optimization of startup code
|
2015-06-15 16:00:51 +02:00 |
|
Hauke Petersen
|
8db0a57a81
|
cpu/k60: optimization of startup code
|
2015-06-15 16:00:51 +02:00 |
|
Hauke Petersen
|
983e8abd74
|
cpu/lpc1768: optimized startup code
- make use of common cortexm isr vectors
- use common cortexm startup code
- renamed startup.c to vectors.c
|
2015-06-15 16:00:51 +02:00 |
|
Hauke Petersen
|
d7e27c67c3
|
cpu/stm32f4: optimization of startup code
- make use of common startup code
- make use of common exception handlers
- renamed startup.c to vectors.c
|
2015-06-15 16:00:51 +02:00 |
|
Hauke Petersen
|
bdb708a39e
|
cpu/stm32f3: optimization of startup code
- make use of common startup code
- make use of common exception handlers
- renamed startup.c to vectors.c
|
2015-06-15 16:00:51 +02:00 |
|
Hauke Petersen
|
5eb9b73cd6
|
cpu/stm32f1: optimization of startup code
- make use of common startup code
- make use of common exception handlers
- renamed startup.c to vectors.c
|
2015-06-15 16:00:51 +02:00 |
|
Hauke Petersen
|
38d38f6c79
|
cpu/stm32l1: optimization of startup code
- make use of common startup code
- make use of common exception handlers
- renamed startup.c to vectors.c
|
2015-06-15 16:00:51 +02:00 |
|
Hauke Petersen
|
f30b7bf13d
|
cpu/stm32f0: optimization of startup code
- make use of common startup code
- make use of common exception handlers
- renamed startup.c to vectors.c
|
2015-06-15 16:00:51 +02:00 |
|
Hauke Petersen
|
aa583f254d
|
cpu/saml21: optimization of startup code
- make use of common startup code
- make use of common exception handlers
- renamed startup.c to vectors.c
|
2015-06-15 16:00:51 +02:00 |
|
Hauke Petersen
|
e8dd6afa38
|
cpu/samd21: optimization of startup code
- make use of common startup code
- make use of common exception handlers
- renamed startup.c to vectors.c
|
2015-06-15 16:00:51 +02:00 |
|
Hauke Petersen
|
4ccbeeb6bf
|
cpu/sam3x8e: optimization of startup code
- make use of common startup code
- make use of common exception handlers
- renamed startup.c to vectors.c
|
2015-06-15 16:00:51 +02:00 |
|
Hauke Petersen
|
db1ee85d8b
|
cpu/nrf51822: optimization of startup code
- make use of common startup code
- make use of common exception handlers
- renamed startup.c to vectors.c
|
2015-06-15 16:00:51 +02:00 |
|
Hauke Petersen
|
37078856e7
|
cpu/cc2538: optimization of startup code
- make use of common startup code
- make use of common exception handlers
- renamed startup.c to vectors.c
|
2015-06-15 16:00:51 +02:00 |
|
Hauke Petersen
|
4b65a07adc
|
cpu/make.cortexm: s/startup.o/vectors.o/
|
2015-06-15 16:00:51 +02:00 |
|
Hauke Petersen
|
c286da8d7f
|
cpu/cortexm: unified startup code and isr handlers
|
2015-06-15 16:00:51 +02:00 |
|
Hauke Petersen
|
71995e7cde
|
cpu/stm32f4: added custom GPIO_UNDEF define
|
2015-06-14 16:16:39 +02:00 |
|
Hauke Petersen
|
8c690f1d6a
|
cpu/stm32f3: added custom GPIO_UNDEF define
|
2015-06-14 16:16:28 +02:00 |
|
Hauke Petersen
|
ac8ad5419d
|
cpu/saml21: added custom GPIO_UNDEF define
|
2015-06-14 16:16:04 +02:00 |
|
Hauke Petersen
|
138a6a7d1b
|
cpu/samd21: added custom GPIO_UNDEF define
|
2015-06-14 16:15:53 +02:00 |
|
Hauke Petersen
|
c7f54c1189
|
cpu/nrf51822: added custom GPIO_UNDEF define
|
2015-06-14 16:15:19 +02:00 |
|
Hauke Petersen
|
d748d4ba4f
|
cpu/atmega2560: removed empty gpio.c file
|
2015-06-14 16:14:48 +02:00 |
|
Hauke Petersen
|
4d34100585
|
cpu/atmega2560: adapted to changed GPIO driver IF
|
2015-06-12 19:10:49 +02:00 |
|
Hauke Petersen
|
5abd2ffc0a
|
cpu/native: added periph_cpu.h
|
2015-06-12 19:10:49 +02:00 |
|
Hauke Petersen
|
480d3c68d8
|
cpu/stm32l1: adjusted to changed GPIO interface
|
2015-06-12 19:10:49 +02:00 |
|
Hauke Petersen
|
6284bbbbe4
|
cpu/stm32f1: adjusted to changed GPIO interface
|
2015-06-12 19:10:49 +02:00 |
|
Hauke Petersen
|
f9bb383118
|
cpu/stm32f0: adjusted to changed GPIO interface
|
2015-06-12 19:10:49 +02:00 |
|
Hauke Petersen
|
854730cfa4
|
cpu/sam3x8e: adjusted to changed GPIO interface
|
2015-06-12 19:10:49 +02:00 |
|
Hauke Petersen
|
17c8640708
|
cpu/lpc1768: added periph_cpu.h
|
2015-06-12 19:10:49 +02:00 |
|
Hauke Petersen
|
d7f659db71
|
cpu/kinetis_common: adjusted to changed GPIO if
|
2015-06-12 19:10:49 +02:00 |
|
Hauke Petersen
|
47e8472949
|
cpu/cc2538: adjusted to changed GPIO interface
|
2015-06-12 19:10:49 +02:00 |
|
Hauke Petersen
|
55db7008d8
|
cpu/nrf51822: remodeled GPIO driver implementation
|
2015-06-12 19:10:48 +02:00 |
|
Hauke Petersen
|
368f5fb64f
|
cpu/samd21: remodeled GPIO driver implementation
|
2015-06-12 19:10:48 +02:00 |
|
Hauke Petersen
|
aeecb09883
|
cpu/saml21: remodeld GPIO driver implementation
|
2015-06-12 19:10:48 +02:00 |
|
Hauke Petersen
|
3a2d89f88d
|
cpu/stm32f3: remodeled GPIO driver implementation
|
2015-06-12 19:10:48 +02:00 |
|
Hauke Petersen
|
69d16af81c
|
cpu/stm32f4: remodeled GPIO implementation
|
2015-06-12 19:10:48 +02:00 |
|
Katja Kirstein
|
4abb2bbfc6
|
Nucleo-f303 initial commit
|
2015-06-12 18:45:25 +02:00 |
|
Peter Kietzmann
|
98312452ce
|
Merge pull request #3170 from A-Paul/sam3x8e-periph-pwm
cpu/sam3x8e: Add pwm implementation
|
2015-06-12 16:09:08 +02:00 |
|
Andreas "Paul" Pauli
|
ba66a3d63f
|
cpu/sam3x8e: add pwm peripheral driver
|
2015-06-12 11:15:23 +02:00 |
|
|
ce8b47b75c
|
cpu: cortexm_common: set default value for CPU_MODEL
|
2015-06-11 20:41:21 +02:00 |
|
haukepetersen
|
e32b6c9504
|
cpu/native: improved error msg for netivenet
|
2015-06-11 15:40:40 +02:00 |
|
daniel-k
|
9703d324f6
|
samd21/rtt: fix bug in rtt_set_alarm that caused interrupt immediately after calling
|
2015-06-08 15:37:22 +02:00 |
|
Hauke Petersen
|
d9deb569b2
|
cpu/samd21: added peripheral PWM driver
|
2015-06-05 11:19:48 +02:00 |
|