- Jan 27, 2017
-
-
Hauke Petersen authored
-
- Jan 19, 2017
-
-
Oleg Hahm authored
-
- Jan 13, 2017
-
-
Hauke Petersen authored
-
- Dec 21, 2016
-
-
Hauke Petersen authored
-
- Jun 01, 2016
-
-
MohmadAyman authored
-
Joakim Nohlgård authored
register is deprecated when building C++11 code and removed in C++17, using it will cause build failures with C++ and -Werror. The register hint keyword is likely ignored in GCC anyway.
-
Joakim Nohlgård authored
register is deprecated when building C++11 code and removed in C++17, using it will cause build failures with C++ and -Werror. The register hint keyword is likely ignored in GCC anyway.
-
- Mar 15, 2016
-
-
DipSwitch authored
-
- Mar 05, 2016
-
-
Kaspar Schleiser authored
-
- Mar 01, 2016
-
-
Hauke Petersen authored
-
- Dec 07, 2015
-
-
Oleg Hahm authored
-
- Nov 19, 2015
-
-
Hauke Petersen authored
-
- Sep 20, 2015
-
-
Joakim Nohlgård authored
-
- Sep 19, 2015
-
-
Joakim Nohlgård authored
-
- Sep 11, 2015
- Sep 04, 2015
-
-
Kaspar Schleiser authored
-
Oleg Hahm authored
-
- Aug 03, 2015
-
-
Cenk Gündoğan authored
-
- May 29, 2015
-
-
Hauke Petersen authored
- added a centralized core implementation for all cortex CPUs - moved default stack size defines to cpu.h in cortexm_common - moved uart0 bufsize define to cpu.h in cortexm_common - moved typed of panic_t to cpu.h in cortexm_common
-
- May 28, 2015
-
-
Hauke Petersen authored
- removed coretx-m[0|3|4] - moved their content to cortexm_common - adjusted cortex Makefiles to this new name - adjusted cortex Makefiles new structure
-
Hauke Petersen authored
-
Hauke Petersen authored
-
- May 07, 2015
-
-
Joakim Nohlgård authored
-
Joakim Nohlgård authored
- Move generic implementation of atomic_set_return to core/atomic.c - Generic implementation of atomic compare and swap in core/atomic.c - atomic_cas is used to implement atomic counters in core/include/atomic.h - atomic_int_t is an atomic integer type - ATOMIC_INIT can be used as an initializer for atomic_int_t - ATOMIC_VALUE gets a reference to the value of an atomic integer
-
Joakim Nohlgård authored
-
- Nov 24, 2014
-
-
BytesGalore 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 23, 2014
-
-
Oleg Hahm authored
doxygen does a good job itself, identifying the unique part of the path to identify a file.
-
- Aug 23, 2014
-
-
Ludwig Knüpfer authored
-
- Jun 10, 2014
-
-
Hauke Petersen authored
-
- May 24, 2014
-
-
Oleg Hahm authored
-
- May 13, 2014
-
-
Hauke Petersen authored
- fixes to cortexm-common - Added ARM CMSIS headers to cortexm_common - thread_exit fixes to cortexm-common - cortexm-common adjusted documentation - cortexm_common added eINT dINT defines for now
-