- Oct 10, 2015
-
-
Hauke Petersen authored
-
- Oct 09, 2015
-
-
Hauke Petersen authored
-
- Sep 18, 2015
-
-
Hauke Petersen authored
-
- Jan 12, 2015
-
-
Thomas Eichinger 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.
-
- Aug 11, 2014
-
-
Hauke Petersen authored
for - sam3x8e - stm32f0 - stm32f4 - sam3x8e - nrf51822
-
- Jul 31, 2014
-
-
Hauke Petersen authored
-
- Jul 16, 2014
-
-
Hauke Petersen authored
-
Hauke Petersen authored
-