Hauke Petersen
|
55e0362814
|
drivers/xbee: use GPIO_UNDEF instead of GPIO_NUMOF
|
2015-06-14 16:12:47 +02:00 |
|
Hauke Petersen
|
4a4ee44abc
|
drivers/gpio: added GPIO_UNDEF define
|
2015-06-14 16:12:20 +02:00 |
|
Hauke Petersen
|
6698a01958
|
boards: removed obsolete GPIO defines
- touched pca10000, pca10005, stm32f3discovery, yunjia-nrf51822
|
2015-06-14 16:11:19 +02:00 |
|
Hauke Petersen
|
48096c43d9
|
test/driver_xbee: removed obsolete auto_init file
|
2015-06-14 16:05:04 +02:00 |
|
Hauke Petersen
|
24c85bbbe1
|
test/driver_xbee: removed obsolete auto_init file
|
2015-06-14 16:04:02 +02:00 |
|
Hauke Petersen
|
6994a1d4ec
|
test/periph_spi: adjusted to GPIO driver changes
|
2015-06-14 13:01:18 +02:00 |
|
Jonas
|
404e7b1016
|
driver/kw2xrf: set HW-address according to CPUID; Correct broadcast handling
|
2015-06-13 22:30:04 +02:00 |
|
Jonas
|
e29f005f8f
|
boards/pba-d-01-kwx: ng_netif to ng_netif_default
|
2015-06-13 22:30:04 +02:00 |
|
Martine Lenders
|
456b0fdd54
|
Merge pull request #2889 from Kijewski/issue-2887
ng_netif: non-destructive ng_netif_addr_to_str
|
2015-06-13 13:53:09 +02:00 |
|
René Kijewski
|
98aec32f6b
|
ng_netif: more formats for ng_netif_addr_from_str
|
2015-06-13 13:38:11 +02:00 |
|
|
b98d93a39e
|
Merge pull request #3199 from ximus/fix-thread-stack-overflow-test
core: fix write of thread stack end test marker
|
2015-06-13 12:33:15 +02:00 |
|
ximus
|
5f422a9d07
|
Fix write of thread stack end marker
Only the lower half of the stack end marker is being writtem
to the stack buffer end.
|
2015-06-12 16:02:40 -07:00 |
|
René Kijewski
|
7d3d8dee21
|
ng_netif: make const what is const
|
2015-06-12 21:53:59 +02:00 |
|
René Kijewski
|
5eed801072
|
ng_netif: non-destructive ng_netif_addr_from_str
|
2015-06-12 21:53:59 +02:00 |
|
René Kijewski
|
64e0b8d8fb
|
ng_netif: more tests for ng_netif_addr_from_str
|
2015-06-12 21:53:59 +02:00 |
|
Hauke Petersen
|
cf517a326a
|
Merge pull request #2895 from haukepetersen/ng_udp_example
examples: added 6LoWPAN UDP example application
|
2015-06-12 19:17:20 +02:00 |
|
Hauke Petersen
|
a174b7644a
|
boards: adjusted peripheral confs to GPIO changes
|
2015-06-12 19:12:21 +02:00 |
|
Hauke Petersen
|
4d34100585
|
cpu/atmega2560: adapted to changed GPIO driver IF
|
2015-06-12 19:10:49 +02:00 |
|
Hauke Petersen
|
5abd2ffc0a
|
cpu/native: added periph_cpu.h
|
2015-06-12 19:10:49 +02:00 |
|
Hauke Petersen
|
480d3c68d8
|
cpu/stm32l1: adjusted to changed GPIO interface
|
2015-06-12 19:10:49 +02:00 |
|
Hauke Petersen
|
6284bbbbe4
|
cpu/stm32f1: adjusted to changed GPIO interface
|
2015-06-12 19:10:49 +02:00 |
|
Hauke Petersen
|
f9bb383118
|
cpu/stm32f0: adjusted to changed GPIO interface
|
2015-06-12 19:10:49 +02:00 |
|
Hauke Petersen
|
854730cfa4
|
cpu/sam3x8e: adjusted to changed GPIO interface
|
2015-06-12 19:10:49 +02:00 |
|
Hauke Petersen
|
17c8640708
|
cpu/lpc1768: added periph_cpu.h
|
2015-06-12 19:10:49 +02:00 |
|
Hauke Petersen
|
d7f659db71
|
cpu/kinetis_common: adjusted to changed GPIO if
|
2015-06-12 19:10:49 +02:00 |
|
Hauke Petersen
|
47e8472949
|
cpu/cc2538: adjusted to changed GPIO interface
|
2015-06-12 19:10:49 +02:00 |
|
Hauke Petersen
|
55db7008d8
|
cpu/nrf51822: remodeled GPIO driver implementation
|
2015-06-12 19:10:48 +02:00 |
|
Hauke Petersen
|
368f5fb64f
|
cpu/samd21: remodeled GPIO driver implementation
|
2015-06-12 19:10:48 +02:00 |
|
Hauke Petersen
|
aeecb09883
|
cpu/saml21: remodeld GPIO driver implementation
|
2015-06-12 19:10:48 +02:00 |
|
Hauke Petersen
|
3a2d89f88d
|
cpu/stm32f3: remodeled GPIO driver implementation
|
2015-06-12 19:10:48 +02:00 |
|
Hauke Petersen
|
69d16af81c
|
cpu/stm32f4: remodeled GPIO implementation
|
2015-06-12 19:10:48 +02:00 |
|
Hauke Petersen
|
2cc2d9f740
|
drivers: adjusted drivers to changed GPIO interface
|
2015-06-12 19:10:29 +02:00 |
|
Hauke Petersen
|
315ac1bedb
|
tests: adjusted test to changed GPIO interface
|
2015-06-12 19:10:16 +02:00 |
|
Hauke Petersen
|
b49f11bed7
|
drivers/gpio: overhaul of the periph GPIO driver
- merged init_in and init_out
- renamed init_int to init_exti
- made datatypes overwritable
|
2015-06-12 19:09:32 +02:00 |
|
Hauke Petersen
|
2deedcff6a
|
tests/periph_spi: adapted to change GPIO driver IF
|
2015-06-12 19:06:48 +02:00 |
|
Hauke Petersen
|
8ccd289f82
|
tests: remoldeled the periph_gpio test
|
2015-06-12 19:06:48 +02:00 |
|
Hauke Petersen
|
c8825a5917
|
tests: removed gpio_exti test
|
2015-06-12 18:54:37 +02:00 |
|
Katja Kirstein
|
4abb2bbfc6
|
Nucleo-f303 initial commit
|
2015-06-12 18:45:25 +02:00 |
|
Hauke Petersen
|
7284fc1f4b
|
examples: added 6LoWPAN UDP example application
|
2015-06-12 18:35:51 +02:00 |
|
Peter Kietzmann
|
98312452ce
|
Merge pull request #3170 from A-Paul/sam3x8e-periph-pwm
cpu/sam3x8e: Add pwm implementation
|
2015-06-12 16:09:08 +02:00 |
|
|
43b8e1cdb1
|
Merge pull request #3191 from kaspar030/set_default_cpu_model
cpu: cortexm_common: set default value for CPU_MODEL
|
2015-06-12 15:42:06 +02:00 |
|
Hauke Petersen
|
6f2f716363
|
Merge pull request #3158 from authmillenon/xbee/enh/addr-len
xbee: make address length configurable
|
2015-06-12 14:34:21 +02:00 |
|
Andreas "Paul" Pauli
|
ba66a3d63f
|
cpu/sam3x8e: add pwm peripheral driver
|
2015-06-12 11:15:23 +02:00 |
|
Martine Lenders
|
d56064e9b8
|
Merge pull request #3188 from haukepetersen/ng_fix_netifdefault
boards: make use of ng_netif_default pseudomodule
|
2015-06-12 09:51:00 +02:00 |
|
Peter Kietzmann
|
aeff85f501
|
Merge pull request #3190 from authmillenon/auto_init/fix/fix-debug-output
auto_init_ng_netif: fix DEBUG output for xbee
|
2015-06-12 07:56:29 +02:00 |
|
Hauke Petersen
|
e7c784e72f
|
board/native: minor cleanup in Makefile.dep
|
2015-06-11 21:58:45 +02:00 |
|
Hauke Petersen
|
619f336ddc
|
board/samr21-xpro: use ng_netif_default module
|
2015-06-11 21:58:44 +02:00 |
|
Hauke Petersen
|
b3f10085f4
|
board/iot-lab_M3: used ng_netif_default module
|
2015-06-11 21:58:44 +02:00 |
|
Hauke Petersen
|
5cde312103
|
make.dep: added dependecy for ng_netif_default
|
2015-06-11 21:58:44 +02:00 |
|
|
a7e50d3c4d
|
core: hwtimer: fix debug message newline
|
2015-06-11 21:31:58 +02:00 |
|