1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

11542 Commits

Author SHA1 Message Date
Joakim Nohlgård
44d130f535 sys/ps: Add current stack pointer to ps output (DEVELHELP) 2016-07-12 10:17:48 +02:00
kYc0o
49e0ea7fa6 Merge pull request #5615 from jthacker/genconfigheader_fix
genconfigheader.sh: Fix for for building on OSX
2016-07-08 17:09:45 +02:00
Jon Thacker
bece851972 genconfigheader.sh: Fix for for building on OSX 2016-07-07 19:56:45 -05:00
Joakim Nohlgård
ffb4573667 Merge pull request #5097 from gebart/pr/make-include
make: Place most configuration macros in a separate file instead of on the command line
2016-07-07 18:03:18 +02:00
Joakim Nohlgård
3ad29e1ced Merge pull request #5294 from gebart/pr/kinetis-lptmr-timer-rewrite
kinetis: periph/timer support for LPTMR and PIT
2016-07-07 15:38:40 +02:00
Joakim Nohlgård
8dad08289c boards/mulle: Update timer configuration to match driver modifications 2016-07-07 13:38:28 +02:00
Joakim Nohlgård
647d90c44f boards/frdm-k64f: Update configuration to match driver changes 2016-07-07 13:38:27 +02:00
Joakim Nohlgård
54d1c2323c boards/pba-d-01-kw2x: Update configuration to match driver changes 2016-07-07 13:38:27 +02:00
Joakim Nohlgård
5633af4300 cpu/kinetis_common: Update periph_timer to support both LPTMR and PIT 2016-07-07 13:38:27 +02:00
1c6c447493 Merge pull request #5607 from gebart/pr/xtimer-cleanups
xtimer: Code refactoring and clean ups
2016-07-07 06:37:50 +02:00
Joakim Nohlgård
da8cd11816 xtimer: Move xtimer_spin_until into xtimer_core.c 2016-07-06 22:23:07 +02:00
Joakim Nohlgård
e4e1814602 xtimer: Remove old xtimer_trace.h include
The file was missing anyway.
2016-07-06 22:23:07 +02:00
Joakim Nohlgård
6768ae9c1f xtimer: Rename timer_callback_t -> xtimer_callback_t 2016-07-06 22:23:06 +02:00
Joakim Nohlgård
4fe674f746 xtimer: Add missing space 2016-07-06 22:23:06 +02:00
Joakim Nohlgård
a0fb3b7d91 delete tests/xtimer_shift_on_compare 2016-07-06 22:23:05 +02:00
Joakim Nohlgård
7c70d3bc4f xtimer: Add Eistec copyright and author 2016-07-06 22:23:05 +02:00
Joakim Nohlgård
4d862955c2 xtimer: Rename XTIMER -> XTIMER_DEV 2016-07-06 22:23:04 +02:00
Joakim Nohlgård
2f832117f8 xtimer: prefix _lltimer_now, _lltimer_mask with _xtimer 2016-07-06 22:23:04 +02:00
Joakim Nohlgård
8c90b1020b xtimer: Split header into API and implementation 2016-07-06 22:23:04 +02:00
kYc0o
2cbc8fb8f7 Merge pull request #5591 from kYc0o/cc2420_driver
drivers: add cc2420 support (based on #5314)
2016-07-06 20:39:19 +02:00
kYc0o
0a70094449 tests: add telosb to memory insufficient boards 2016-07-06 20:23:49 +02:00
kYc0o
124bddb72c auto_init/netif/auto_init_cc2420: change variable names 2016-07-06 20:23:49 +02:00
kYc0o
374f4a1981 drivers/include: add cc2420 doxygen doc 2016-07-06 20:23:23 +02:00
kYc0o
62d8b9a268 drivers/cc2420: factorise/reorganise overall code 2016-07-06 20:23:23 +02:00
9bb61f5aca tests: some fixes for <32bit platforms 2016-07-06 18:16:15 +02:00
46bd2f45d9 sys: xtimer: replace XTIMER_MASK with XTIMER_WIDTH in board config 2016-07-06 18:16:15 +02:00
Hauke Petersen
32be958eeb examples/default: add z1 and telosb for radio 2016-07-06 18:14:48 +02:00
Hauke Petersen
dfe52cfd8c boards/telosb: added support for CC2420 2016-07-06 18:14:48 +02:00
Hauke Petersen
204702897b boards/z1: add support for CC2420 radio 2016-07-06 18:14:48 +02:00
Hauke Petersen
8d3cb3ace9 sys/auto_init: added initialization for cc2420 2016-07-06 18:14:48 +02:00
Hauke Petersen
abc6b5ccdf drivers: added support for CC2420 radio 2016-07-06 18:14:48 +02:00
e31f034bb1 Merge pull request #5610 from kaspar030/clean_pkg_intermediates
make: distclean pkg sources on clean-intermediates target
2016-07-06 18:13:33 +02:00
a1f8891a41 make: distclean pkg sources on clean-intermediates target 2016-07-06 17:33:28 +02:00
Peter Kietzmann
7d19bd1c2d Merge pull request #5609 from PeterKietzmann/samr21_spi1_dipo_fix
boards/samr21-xpro:fix SPI_1 DIPO config
2016-07-06 10:26:34 +02:00
PeterKietzmann
9a7c67411f boards/samr21-xpro:fix SPI_1 DIPO config 2016-07-06 09:27:25 +02:00
Joakim Nohlgård
60643afe48 Merge pull request #5601 from gebart/pr/saml21-little-endian
cpu/saml21: Conditionally define LITTLE_ENDIAN
2016-07-05 23:24:53 +02:00
Peter Kietzmann
325e507fef Merge pull request #5605 from MichelRottleuthner/dht22fix
drivers/dht: fix fake parsing error with DHT22
2016-07-05 17:51:42 +02:00
Joakim Nohlgård
4d6883a732 tests/unittests: Remove unnecessary FORCE target
Changes to CFLAGS #defines are now picked up by the configuration
header (genconfigheader) when building, so the FORCE target is no longer
necessary when building different test suites.
2016-07-05 16:06:33 +02:00
René Kijewski
f31a70de60 Merge pull request #5578 from zhuoshuguo/fix_stm32f_include_headers
cpu/stm32: fix header include guards
2016-07-05 15:20:21 +02:00
Michel Rottleuthner
822007fa67 drivers/dht: fix fake parsing error with DHT22 2016-07-05 15:10:49 +02:00
kYc0o
d400570732 Merge pull request #5301 from kYc0o/waspmote-pro
boards/waspmote-pro: porting for new libelium's Waspmote PRO v1.2 platform
2016-07-05 13:57:47 +02:00
Joakim Nohlgård
7275f9845f cpu: Conditionally define LITTLE_ENDIAN
Caused problems with redefined macros when building with a recent newlib
2016-07-05 13:22:50 +02:00
Joakim Nohlgård
0bc04f5278 Merge pull request #5600 from OlegHahm/samd21_LE_redefine
samd21: do not redefine LITTLE_ENDIAN
2016-07-05 13:18:54 +02:00
kYc0o
62a9773a9c boards/waspmote-pro: add support for Waspmote PRO v1.2 2016-07-05 13:05:12 +02:00
Oleg Hahm
d2e8efc6cc samd21: do not redefine LITTLE_ENDIAN 2016-07-05 12:10:30 +02:00
Joakim Nohlgård
77a15e7886 make: Place most configuration macros in a separate file instead of on the command line 2016-07-05 11:22:58 +02:00
Joakim Nohlgård
73a3fb7b2a Merge pull request #5571 from zhuoshuguo/fix_include_guards
cpu/stellaris: fix header include guards.
2016-07-04 19:46:04 +02:00
Joakim Nohlgård
7dd6dfa582 Merge pull request #5586 from locicontrols/doxygen
doc: eliminate clutter in adc and gpio periph docs
2016-07-04 19:42:47 +02:00
Peter Kietzmann
4d7664c357 Merge pull request #4748 from alignan/pull/remote-update
RE-Mote revision A update
2016-06-30 10:21:32 +02:00
Ian Martin
49ae438dd5 doc: eliminate clutter in adc and gpio periph docs 2016-06-29 15:08:32 -04:00