- Jun 01, 2015
-
-
Joakim Nohlgård authored
Usage: make eclipsesym (in application directory)
-
Joakim Nohlgård authored
sys/vtimer: Fix two vtimer issues (hwtimer tick conversion).
-
Joakim Nohlgård authored
sys: newlib: use double-lock scheme for uart ringbuffer
-
Kaspar Schleiser authored
-
Joakim Nohlgård authored
make: fix info-files target
-
Martine Lenders authored
aed4be33 broke this command, since the regular expressions here register the macros that were introduced there, too. With this patch the skipping of apps in travis works properly again.
-
Joakim Nohlgård authored
Cortex-M CMSIS: Update CMSIS to version 4.3
-
- May 31, 2015
-
-
Peter Kietzmann authored
vtimer: Add forward declarations of debug functions
-
Joakim Nohlgård authored
-
Joakim Nohlgård authored
False positive, the variable result is assigned from within inline assembly
-
Joakim Nohlgård authored
-
Joakim Nohlgård authored
found at www.arm.com/cmsis
-
Joakim Nohlgård authored
or else some debug functions will not be declared.
-
Peter Kietzmann authored
Various warning fixes
-
Joakim Nohlgård authored
cpu/cortexm: raised ISR stack size to safer value
-
Joakim Nohlgård authored
-
Hauke Petersen authored
256 Byte were not enough for some boards (not sure why, yet). So go back to 512 byte as a save (and known working value).
-
Joakim Nohlgård authored
cpu: centralized linkerscripts for Cortex-M based CPUs
-
Joakim Nohlgård authored
drivers/hdc1000: fix hdc1000_startmeasure function
-
- May 30, 2015
-
-
Johann F authored
Change i2c_write_bytes to i2c_write_byte because it was seriously wrong at this point.
-
Kaspar Schleiser authored
make: add ccache support
-
Joakim Nohlgård authored
cortexm: minor CFLAGS changes
-
Hauke Petersen authored
-
Hauke Petersen authored
-
Hauke Petersen authored
-
Hauke Petersen authored
cpu: Move ldscripts into separate directory
-
Philipp Rosenkranz authored
travis: get arm install packages for cortex_m3_1
-
Joakim Nohlgård authored
Linker warnings usually means something does not get placed where it is supposed to and the most likely result is a broken binary. Linker warnings should be treated as serious problems with the program and should be solved before the program is tested on actual hardware.
-
Joakim Nohlgård authored
-
Joakim Nohlgård authored
"implicit declaration of function 'blah'" is a symptom of a missing #include and should be considered an error.
-
Joakim Nohlgård authored
Less clutter inside the cpu/* directories by placing linker scripts under cpu/*/ldscripts/CPUNAME.ld
-
Joakim Nohlgård authored
cpu/cortexm: disabled hard floats for M4F CPUs
-
Joakim Nohlgård authored
cpu: centralized cortex initialization and some defines
-
Joakim Nohlgård authored
sys: bitfield.h: some fixes
-
Joakim Nohlgård authored
core: optimize panic.c
-
Joakim Nohlgård authored
fix typo that caused all packages to be installed when building group cortex_m3_1
-
- May 29, 2015
-
-
Kaspar Schleiser authored
-
Kaspar Schleiser authored
cpu/samd21: remove -O0 override
-
Hauke Petersen authored
Some CPUs (e.g. cortex-m based ones) define the UART0_BUFSIZE in cpu.h. So also include this file here.
-
Hauke Petersen authored
-