- Jan 27, 2017
-
-
Hauke Petersen authored
-
- Jan 14, 2017
-
-
Oleg Hahm authored
-
- Jan 09, 2017
-
-
Oleg Hahm authored
-
- Jan 05, 2017
-
-
Hauke Petersen authored
-
- Dec 21, 2016
-
-
Hauke Petersen authored
-
- Dec 09, 2016
-
-
Hauke Petersen authored
-
- Apr 05, 2016
- Mar 16, 2016
-
-
Hauke Petersen authored
-
- Mar 01, 2016
-
-
Hauke Petersen authored
-
- Feb 29, 2016
-
-
Hauke Petersen authored
-
- Feb 13, 2016
-
-
Joakim Nohlgård authored
-
- Oct 17, 2015
-
-
Joakim Nohlgård authored
-
- Sep 05, 2015
-
-
Kaspar Schleiser authored
-
- Jul 30, 2015
-
-
Kaspar Schleiser authored
Previously, the auto-reload register was set to TIMERx_MAXVALUE. This is incorrect, as TIMERx combines two 16bit timers. This commit fixes the assignment.
-
- May 22, 2015
-
-
Joakim Nohlgård authored
-
- Dec 03, 2014
-
-
Thomas Eichinger authored
-
- Oct 31, 2014
-
-
Hinnerk van Bruinehsen authored
-
- Oct 30, 2014
-
-
Hauke Petersen authored
- removed the __attribute__((naked)) from ISRs - removed ISR_ENTER() and ISR_EXIT() macros Rationale: Cortex-Mx MCUs save registers R0-R4 automatically on calling ISRs. The naked attribute tells the compiler not to save any other registers. This is fine, as long as the code in the ISR is not nested. If nested, it will use also R4 and R5, which will then lead to currupted registers on exit of the ISR. Removing the naked will fix this.
-
- Oct 01, 2014
-
-
Thomas Eichinger authored
-
- Aug 21, 2014
-
-
Thomas Eichinger authored
-
Thomas Eichinger authored
-
- Jul 16, 2014
-
-
Hauke Petersen authored
-