Cenk Gündoğan
93d0c9a273
fib: fix doc
2015-10-18 21:41:42 +02:00
Cenk Gündoğan
298e0651ca
rpl: use FIB_FLAG_RPL_ROUTE and inspect ext-flag of transit option
2015-10-18 21:16:31 +02:00
Cenk Gündoğan
5a4789573d
fib: add flag to mark RPL routes
2015-10-18 21:00:30 +02:00
Joakim Nohlgård
cbaeccdb90
periph/timer: Drop timer_reset
2015-10-17 20:11:03 +02:00
Thomas Eichinger
79a3b05b42
Merge pull request #4092 from ks156/spi
...
cpu/lpc11u34 : Added SPI for NXP LPC11U34 (SPI_0 and SPI_1)
2015-10-16 17:48:23 +02:00
Paul Rathgeb
df68ac9f79
cpu/lpc11u34 : Added SPI for NXP LPC11U34 (SPI_0 and SPI_1)
...
make: Blacklisted 'weio' in driver_at86rf2xx and driver_kw2xrf due to insufficient memory
2015-10-16 17:28:09 +02:00
Thomas Eichinger
c652fd8d6c
Merge pull request #4098 from daniel-k/pr/samd21_gpio_irq
...
samd21/gpio: check if interrupt is enabled in isr, fixes #4087
2015-10-16 14:13:12 +02:00
Thomas Eichinger
64a1cdae7a
Merge pull request #4101 from thomaseichinger/pr/mention_alignment
...
doc:netdev: mention get/set don't check for alignment of memory accessed
2015-10-16 12:34:07 +02:00
Thomas Eichinger
9a839c990a
doc:netdev: mention get/set don't check for alignment of memory accessed
2015-10-16 12:14:56 +02:00
daniel-k
1f98e06956
samd21/gpio: check if interrupt is enabled in isr, fixes #4087
...
The interrupt flag for a previously configured external gpio interrupt
will be set regardless of the actual configuration. So when another source
causes an interrupt, the callback of a disabled gpio interrupt will be serviced
although it was disabled if the interrupt occured in the meantime.
2015-10-15 17:05:40 +02:00
Thomas Eichinger
02e2d8c353
Merge pull request #4084 from ks156/adc
...
cpu/lpc11u34 : Added ADC support for LPC11U34
2015-10-14 10:22:09 +02:00
Paul Rathgeb
c2d8d27322
cpu/lpc11u34 : Added ADC support for LPC11U34
2015-10-13 21:45:17 +02:00
Cenk Gündoğan
6f264f46ad
Merge pull request #4088 from LudwigOrtmann/pr/whitelist_doxygen
...
doc: fix gnrc_ipv6_whitelist group and description
2015-10-13 20:17:40 +02:00
Ludwig Knüpfer
4ffbb89e66
doc: fix gnrc_ipv6_whitelist group and description
2015-10-13 19:55:29 +02:00
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