Oleg Hahm
f228586d9f
Merge pull request #2609 from cgundogan/rpl_make_send_DIO_aware_of_multiple_dodags
...
rpl: make send_DIO aware of multiple dodags
2015-03-18 17:16:33 +01:00
Thomas Eichinger
549a913939
Merge pull request #2636 from haukepetersen/fix_nucleof334_openocd
...
boards/nucleo-f334: adjusted openocd config
2015-03-18 16:57:41 +01:00
Hauke Petersen
88831f0872
Merge pull request #2617 from LudwigOrtmann/pr/bossac-revert
...
boards/arduino-due: revert bossac binary
2015-03-18 16:40:19 +01:00
Oleg Hahm
2247146fba
Merge pull request #2014 from haukepetersen/add_nrf_spi
...
cpu/nrf51822: added SPI driver
2015-03-18 16:28:43 +01:00
Hauke Petersen
4fadff4a9a
boards/nucleo-f334: adjusted openocd config
2015-03-18 16:27:12 +01:00
Hauke Petersen
0e8df140c5
Merge pull request #2626 from haukepetersen/fix_makedep_tabs
...
make: made consistent use of spaces in Makefile.dep
2015-03-18 15:19:20 +01:00
Oleg Hahm
c396a9009e
Merge pull request #2604 from cgundogan/rpl_use_instance_t_as_parameter
...
rpl: pass rpl_instance_t directly instead of its id
2015-03-18 14:45:48 +01:00
Hauke Petersen
daae886e16
make: made consistent use of spaces in Makefile.dep
2015-03-18 10:54:44 +01:00
Joakim Gebart
b67f8ca06c
Merge pull request #2504 from gebart/pr/sixlowpan-dest-addr-bcast
...
sixlowpan: Broadcast message when neighbour not found in cache.
2015-03-18 10:07:42 +01:00
Joakim Gebart
569d291838
Merge pull request #2543 from cgundogan/rpl_use_global_address
...
rpl: use global ip addresses instead of link-local ones
2015-03-18 09:21:14 +01:00
Thomas Eichinger
cce3edba8d
Merge pull request #2620 from gebart/pr/at86rf231-set-long-addr-fix
...
at86rf231: at86rf231_set_address_long bugfix
2015-03-17 13:23:29 +01:00
2acd216d5a
Merge pull request #2589 from kushalsingh007/isr
...
Core: doc: add note advising against creation of threads from within ISR
2015-03-17 10:58:26 +01:00
Hauke Petersen
346810ce12
boards: added SPI definitions for NRF based boards
...
added SPI defines for
- yunjia-nrf51822
- pca10005
- airfy-beacon
2015-03-17 10:37:47 +01:00
Hauke Petersen
66e7646091
cpu/nrf51822: added SPI driver implementation
2015-03-17 10:37:47 +01:00
Hauke Petersen
9f65959f4b
Merge pull request #2594 from haukepetersen/add_board_nucleof091
...
boards: added support for ST nucleo-f091
2015-03-17 10:30:31 +01:00
Joakim Gebart
2826554723
Merge pull request #2619 from gebart/pr/whitespacecheck-show
...
dist/tools/whitespacecheck: Do not redirect stdout.
2015-03-17 09:02:11 +01:00
Joakim Gebart
b4e12ed9d2
at86rf231: at86rf231_set_address_long bugfix
...
The old code was never working, all of the middle address bytes were set
to 0x00 because of the bitwise AND being executed after the right shift.
2015-03-17 07:54:31 +01:00
Joakim Gebart
ef6aaf6045
dist/tools/whitespacecheck: Do not redirect stdout.
...
Show new whitespace errors in Travis log for easier code review.
2015-03-17 06:51:17 +01:00
Martine Lenders
dccd2ac484
Merge pull request #2613 from authmillenon/netif/fix/remove
...
ng_netif: cleanup array after remove
2015-03-17 01:26:46 +01:00
Martine Lenders
2f8d8ed07e
Merge pull request #2581 from authmillenon/shell/api/update_ifconfig
...
shell: port ifconfig for ng_netif
2015-03-17 01:26:02 +01:00
Oleg Hahm
6ef3446735
Merge pull request #2616 from haukepetersen/fix_flashing
...
boards: fix flashing of arduino-due and spark-core
2015-03-16 23:08:10 +01:00
Ludwig Ortmann
4ecb60bdcc
boards/arduino-due: revert bossac binary
...
The file was accidentally changed in 2362623490
2015-03-16 21:59:31 +01:00
Hauke Petersen
da44b0dcfd
Merge pull request #2598 from haukepetersen/ng_opt_getset
...
ng_net: changed semantic of get and set command slightly
2015-03-16 21:05:17 +01:00
Hauke Petersen
88749ee324
boards/spark-core: fixed make flash target
2015-03-16 20:27:22 +01:00
Hauke Petersen
38430d4dba
boards/arduino-due: fixed broken flash target
2015-03-16 20:20:26 +01:00
Martine Lenders
d6262df0d2
shell: port ifconfig for ng_netif
2015-03-16 16:46:31 +01:00
Martine Lenders
484f410e1d
ng_netif: add ng_pktbuf and ng_netapi as dependencies
...
Though they are not needed in the code of `ng_netif` both `ng_pktbuf`
and `ng_netapi` are needed to use `ng_netif` in a sensible way.
2015-03-16 16:46:31 +01:00
Martine Lenders
c3e9a931ff
unittests: check return value of ng_netif_get()
2015-03-16 16:25:25 +01:00
Martine Lenders
2909c87329
unittests: add test for correct returned netif array
2015-03-16 16:25:25 +01:00
Martine Lenders
49e5938eb5
ng_netif: cleanup array after remove
2015-03-16 16:25:25 +01:00
Hauke Petersen
7ccf184cd1
boards: added support for nucleo-f091
2015-03-16 16:23:44 +01:00
Hauke Petersen
4ad36a799e
cpu/stm32f0: added support for stm32f091rc
2015-03-16 16:23:44 +01:00
Hauke Petersen
67b1237592
net/ng_nomac: adapted to net[api|dev] changes
2015-03-16 15:18:05 +01:00
Hauke Petersen
8124907f3a
net/ng_netapi: changed semantics of get function
2015-03-16 15:18:05 +01:00
Hauke Petersen
48c41661bc
net/ng_netdev: changed semantics of get function
2015-03-16 15:18:05 +01:00
Thomas Eichinger
c633c083db
Merge pull request #2597 from haukepetersen/add_stm32f0_corepanic
...
cpu/stm32f0: included core_panic module
2015-03-16 15:15:33 +01:00
Thomas Eichinger
2d064614af
Merge pull request #2595 from haukepetersen/fix_stm32f0_gpio
...
cpu/stm32f0: fixed gpio interrupt routines
2015-03-16 15:02:38 +01:00
Cenk Gündoğan
4346513e4b
rpl: make send_DIO aware of multiple dodags
2015-03-16 12:26:17 +01:00
Cenk Gündoğan
5585413ce0
rpl: pass rpl_instance_t directly instead of its id
2015-03-16 09:35:14 +01:00
Martine Lenders
99e810e9b5
Merge pull request #2461 from authmillenon/ng_ipv6_nc/feat/initial
...
net: initial import of an IPv6 neighbor cache
2015-03-14 02:26:16 +01:00
Martine Lenders
e80e4fb181
Merge pull request #2580 from authmillenon/ng_netconf/api/add_src_len
...
ng_netconf: add source length identifier
2015-03-13 23:09:18 +01:00
Martine Lenders
e740c6fb09
unittests: add unittests for neighbor cache
2015-03-13 20:42:54 +01:00
Martine Lenders
c1708682e8
ng_ipv6_nc: Initial import
2015-03-13 20:42:47 +01:00
Hauke Petersen
3436a10039
cpu/stm32f0: included core_panic module
2015-03-13 17:40:37 +01:00
Hauke Petersen
0f00ae627f
board/stm32f0discovery: fixed GPIO ISR defines
2015-03-13 15:32:48 +01:00
Hauke Petersen
ec17730c38
cpu/stm32f0: fixed gpio interrupt routines
...
- guarded calls in case no interrupt is defined
- eneabled detection of multiple, simoultaneous events
2015-03-13 15:32:48 +01:00
kushalsingh007
3b7e54b441
Core: Change in description of thread_create function.
...
- Fixes #2136
- Adds warning about creating threads from within an ISR.
2015-03-13 19:55:08 +05:30
Oleg Hahm
c13e589417
Merge pull request #2572 from phiros/make_buildtest_function_without_env_variable_set
...
make: allow buildtest targets to function without BUILDTEST_MCU_GROUP
2015-03-13 15:07:55 +01:00
Martine Lenders
5b3cf47acd
ng_netconf: add source length identifier
...
The rational is that for devices with dual addressing modes (or more) as
for example IEEE 802.15.4 you can get or set these addressing modes for
the source address of a packet. The length of the destination address is clear
since it usually arrives through the `ng_netif_hdr_t`.
In case of IEEE 802.15.4 this is needed to determine the compression
state of source IPv6 addresses in 6LoWPAN IPHC.
2015-03-13 14:59:10 +01:00
Thomas Eichinger
1eac81b562
Merge pull request #2593 from haukepetersen/fix_stm32f0_timerdef
...
cpu/stm32f0: cleanup for timer IRQ macro
2015-03-13 14:23:41 +01:00