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

8862 Commits

Author SHA1 Message Date
Joakim Nohlgård
7b5ed7c055 Merge pull request #3867 from daniel-k/pr/at86rf2xx_sleep_mode
at86rf2xx: implement sleep mode
2015-10-13 18:27:27 +02:00
Joakim Gebart
22af0cca80 mulle: Initialize NVRAM storage at boot, update boot counter
The boot counter is incremented on each boot. Still missing is an
interface for reading the boot counter from an application.
2015-10-13 18:19:34 +02:00
Thomas Eichinger
2b29abed8e Merge pull request #4071 from thomaseichinger/hauke-fix-gpio-gpiodev
drivers/gpio: renamed GPIO(x,y) macro to GPIO_PIN
2015-10-13 16:05:19 +02:00
Joakim Nohlgård
ac1fcde44e Merge pull request #4066 from kaspar030/add_div
sys: add div.h, a header containing integer division functions
2015-10-13 15:10:15 +02:00
daniel-k
502786b9f7 at86rf2xx: implement sleep mode 2015-10-13 15:06:52 +02:00
Thomas Eichinger
34bedb4870 tests: Makefiles: s/GPIO(x,y)/GPIO_PIN(x,y)/ 2015-10-13 14:59:54 +02:00
Hauke Petersen
3ece1fc4c4 tests: s/GPIO(x,y)/GPIO_PIN(x,y)/ 2015-10-13 14:59:54 +02:00
Hauke Petersen
d43dc9182f cpu: s/GPIO(x,y)/GPIO_PIN(x,y)/ 2015-10-13 14:59:54 +02:00
Hauke Petersen
e395dfd91e boards: s/GPIO(x,y)/GPIO_PIN(x,y)/ 2015-10-13 14:59:53 +02:00
8c08c9f731 Merge pull request #4049 from thomaseichinger/pr/mega_gpio_oob
cpu/atmega2560: fix out of bounds array access
2015-10-13 13:00:07 +02:00
Thomas Eichinger
0db6246582 Merge pull request #4078 from daniel-k/pr/at86rf2xx_detect_broadcast
at86rf2xx: detect broadcast and set NETIF flag when receiving
2015-10-13 12:54:58 +02:00
Hauke Petersen
0ce94291ac drivers/gpio: renamed GPIO(x,y) macro to GPIO_PIN 2015-10-13 11:40:03 +02:00
Thomas Eichinger
c0782d68e8 Merge pull request #4070 from thomaseichinger/hauke_fix_l1_uartpins
cpu/stm32l1: cleaned up UART pin configuration slightly
2015-10-13 11:37:12 +02:00
725473d9a6 sys: xtimer: make xtimer use div.h 2015-10-12 23:25:59 +02:00
f1e742dcf4 tests: unittests: add unittests for div.h 2015-10-12 23:25:58 +02:00
35d06ac10c sys: add header for integer division using multiplication / shifts 2015-10-12 23:25:58 +02:00
daniel-k
78192ebb7e at86rf2xx: detect broadcast and set NETIF flag when receiving 2015-10-12 18:28:05 +02:00
Thomas Eichinger
f4a6293858 boards/openmote: This board *doesn't* use openocd 2015-10-12 18:09:27 +02:00
Thomas Eichinger
7bf121903a Merge pull request #3729 from daniel-k/net_at86rf2xx_tx_feedback
netdev: add TX feedback events
2015-10-12 16:43:26 +02:00
daniel-k
9c36546026 netdev: add TX feedback events 2015-10-12 15:50:39 +02:00
Hauke Petersen
cdcdd185af boards/nucleo-l1: adapted UART configuration 2015-10-10 13:24:28 +02:00
Thomas Eichinger
7797bb438d Merge pull request #4069 from ks156/cpuid
cpu/lpc11u34 : Add CPU ID support and added this capability to board/weio
2015-10-10 13:18:09 +02:00
Paul Rathgeb
8b97ef12d5 cpu/lpc11u34 : Add CPUID support and added this capability to board/weio 2015-10-10 09:23:45 +02:00
Cenk Gündoğan
7e67f9e777 sys/shell/commands/sc_gnrc_rpl: don't calculate cleanup timer twice 2015-10-09 14:27:18 +02:00
Cenk Gündoğan
dbe64987e1 Merge pull request #3688 from cgundogan/pr/rpl/leaf_node_operation
rpl: leaf/router node operation
2015-10-09 14:14:28 +02:00
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