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

8887 Commits

Author SHA1 Message Date
Hauke Petersen
2e84fbf85e cpu/stm32l1: optimized pin init in UART driver 2015-10-09 11:15:34 +02:00
Thomas Eichinger
89c0f42b00 Merge pull request #4029 from ks156/pwm
cpu/lpc11u34 : Peripheral addition : PWM
2015-10-08 17:00:52 +02:00
Cenk Gündoğan
05fe4a33d8 Merge pull request #3870 from cgundogan/pr/cpu/cortexm0plus
cpu/Makefile.include.cortexm_common: don't use cortex-m0plus for clang if unsupported
2015-10-08 16:50:39 +02:00
Cenk Gündoğan
5d6ed7379d Merge pull request #3720 from cgundogan/pr/rpl/instance_id_generation
rpl: instance id generation
2015-10-08 16:39:55 +02:00
Cenk Gündoğan
bcb0d54028 Merge pull request #3758 from cgundogan/pr/bloom/static
sys/bloom: Pass buffer to bloom instead of using m/calloc
2015-10-08 16:35:28 +02:00
Paul Rathgeb
01e5c056d9 cpu/lpc11u34 : Added PWM support for the NXP LPC11U34
and added PWM capabilities to the board WeIO
2015-10-08 15:37:38 +02:00
Joakim Nohlgård
bd82feab32 Merge pull request #4061 from kaspar030/xtimer/fix_setting_timer_in_past
sys: xtimer: add another safeguard against setting a timer in the past
2015-10-08 07:54:43 +02:00
c62113c36a Merge pull request #4062 from kaspar030/xtimer/test_xtimer_hang
tests: add xtimer_hang
2015-10-07 20:50:52 +02:00
6558795c6c tests: add xtimer_hang 2015-10-07 19:55:19 +02:00
c2f6417bea sys: xtimer: add another safeguard against setting a timer in the past 2015-10-07 18:56:31 +02:00
a7bbc5eaac Merge pull request #4057 from Lotterleben/shell_fix_typo
shell.h: fix tiny typo in documentation
2015-10-06 08:42:01 +02:00
Oleg Hahm
cd56b14fd0 Merge pull request #4056 from OlegHahm/backport_release_notes
2015.09: added release notes
2015-10-05 22:22:57 +02:00
Oleg Hahm
36e55c8440 2015.09: added release notes 2015-10-05 22:18:26 +02:00
Martine Lenders
a463279331 gnrc_pktbuf_static: print chunk addresses in stats 2015-10-05 14:18:56 +02:00
Thomas Eichinger
11895d4f07 cpu/atmega2560: fix out of bounds array access 2015-10-05 13:55:16 +02:00
Cenk Gündoğan
bc44c44dce tests/bloom_bytes: add boards to insufficient memory 2015-10-05 12:53:36 +02:00
Daniel Amkær Sørensen
e500301f1c cpu/atmega2560: gpio - fixes a bug where gpio_* behaves incorrect if PORTn address > 0xFF 2015-10-05 12:43:35 +02:00
Cenk Gündoğan
13229a6b33 tests/bloom_bytes: adjust test to use static buffer for bloom 2015-10-05 11:41:53 +02:00
Cenk Gündoğan
4b405b9680 unittests/tests-bloom: use static memory for bloom 2015-10-05 11:41:53 +02:00
Cenk Gündoğan
e783191b2e sys/bloom: pass bitfield to bloom instead of allocating memory 2015-10-05 11:41:53 +02:00
Cenk Gündoğan
70c3be6f9e sc_gnrc_rpl.c: cmd for operation as leaf or router 2015-10-05 11:34:39 +02:00
Cenk Gündoğan
a689867031 rpl: leaf node operation 2015-10-05 11:34:39 +02:00
Philipp Rosenkranz
1c68c8f149 Merge pull request #4041 from phiros/add_strider_yml_config
add .strider.yml config
2015-10-05 01:23:57 +02:00
Philipp Rosenkranz
9088d0f386 add .strider.yml config 2015-10-05 00:44:19 +02:00
Oleg Hahm
76e512621d Merge pull request #4043 from LudwigOrtmann/pr/native-gpp520
native: dynamically load malloc
2015-10-04 22:54:22 +02:00
Ludwig Knüpfer
dd3229aa62 native: dynamically load malloc
g++ 5.2.0 apparently requires malloc before startup is run.
2015-10-04 18:13:12 +02:00
Martine Lenders
3a77e96304 Merge pull request #4036 from OlegHahm/test_msg_send_receive_master
tests: fixes for msg_send_receive
2015-10-03 05:52:00 +02:00
Oleg Hahm
c3f7925c1c tests: msg_send_receive: add a delay
Otherwise the pre-condition (receiver is already in RX block) is not met.
2015-10-03 03:48:58 +02:00
Oleg Hahm
de74a64e8a tests: msg_send_receive: use correct stack sizes 2015-10-03 03:48:51 +02:00
Oleg Hahm
9be2ea4285 Merge pull request #4028 from authmillenon/ifconfig/enh/6lo-ro
shell: ifconfig: fixes
2015-10-03 01:12:25 +02:00
Martine Lenders
f0dccce7e8 Merge pull request #4031 from OlegHahm/shell_ping_duplicate_dropping2
shell ping: improved duplicate dropping
2015-10-03 00:59:52 +02:00
Oleg Hahm
43c0d6129e shell ping: drop & consume duplicates immediately 2015-10-02 22:33:38 +02:00
Oleg Hahm
c92d35e1de shell: ping: set timeout to 1 second 2015-10-02 22:33:30 +02:00
Thomas Eichinger
fcdcfa10e8 Merge pull request #4023 from ks156/typo
cpu/lpc11u34: Fixed typo
2015-10-02 16:54:20 +02:00
Martine Lenders
1824f2d91a shell: ifconfig: remove unused variable 2015-10-02 16:45:21 +02:00
Martine Lenders
ef9a9b0e4f shell: ifconfig: make 6lo flag read-only 2015-10-02 16:43:03 +02:00
Oleg Hahm
df9457bd02 Merge pull request #4022 from OlegHahm/pktbuf_fixes
pktbuf: release correct snip in error case
2015-10-02 14:58:59 +02:00
Paul Rathgeb
53b6df3751 cpu/lpc11u34: Fixed typo 2015-10-02 14:56:52 +02:00
Peter Kietzmann
10bddd5ca6 Merge pull request #3755 from daniel-k/pr/at30tse75x
drivers/at30tse75x: add device driver for AT30TSE75x temperature sensor
2015-10-02 14:55:04 +02:00
daniel-k
396b76c039 drivers/at30tse75x: add device driver for AT30TSE75x temperature sensor 2015-10-02 13:34:21 +02:00
Oleg Hahm
f2e78453af gnrc IPv6: release correct pktsnip 2015-10-02 12:11:57 +02:00
Oleg Hahm
c309e43b73 gnrc pktbuf: satisfying my parentheses obsession 2015-10-02 12:10:43 +02:00
Thomas Eichinger
e1f6519f44 Merge pull request #4011 from ks156/master
board: cpu: Added new CPU defintiion for NXP LPC11U34 and board WeIO
2015-10-02 11:18:33 +02:00
Peter Kietzmann
72919af2d2 Merge pull request #4018 from smlng/fix_kw2xrf
Fix send for kw2xrf
2015-10-02 10:45:29 +02:00
smlng
3ed71ae2c6 drivers/kw2x: fix packet address setting
- fix dst address reversed in packet header
 - code and docu cleanup
 - based on at86rf2xx
2015-10-02 10:11:16 +02:00
Paul Rathgeb
cefe2a6698 make: Blacklisted the board 'weio' for some test due to insufficient
RAM/ROM
      Blacklisted LPC11Uxx.h for doxygen
2015-10-01 20:11:48 +02:00
Paul Rathgeb
c1a3c729ff board/weio : Added a new board definition for WeIO (www.we-io.net)
This board use a NXP LPC11U34
2015-10-01 20:11:26 +02:00
Paul Rathgeb
100bd51a64 cpu/lpc11u34 : Added a new CPU definition for NXP LPC11U34
This CPU is used in the WeIO (www.we-io.net)
               board.
               Peripheral included :
               - timer
               - uart
               - gpio
2015-10-01 20:11:00 +02:00
Cenk Gündoğan
5773356c38 Merge pull request #4016 from OlegHahm/ubjson_init_variable
ubjson: initialize variable
2015-10-01 18:43:07 +02:00
Oleg Hahm
e628fede2a ubjson: initialize variable
To get rid of a compiler warning.
2015-10-01 18:10:08 +02:00