Commit Graph

5644 Commits (89a10f2630646251c4796578647305c5e6951c90)
 

Author SHA1 Message Date
Martine Lenders 89a10f2630 Merge pull request #2629 from haukepetersen/ng_netbase
net: introduced ng_netbase pseudo module and header
8 years ago
Martine Lenders 631977fba6 Merge pull request #2637 from haukepetersen/ng_opt_netdev_send
net/ng_netdev: added error code to send()
8 years ago
Cenk Gündoğan 67674dc1a9 Merge pull request #2638 from OlegHahm/rpl_udp_fix_warning
examples: rpl_udp: initialize state variable
8 years ago
Oleg Hahm 942df88b0c Merge pull request #2635 from OlegHahm/more_doc_cleanups
More documentation cleanups
8 years ago
Oleg Hahm 4334ac0d66 examples: rpl_udp: initialize state variable 8 years ago
Hauke Petersen 002fd2bc81 net/ng_netdev: added error code to send() 8 years ago
Oleg Hahm dd0a6496f7 Merge pull request #2608 from cgundogan/rpl_make_send_DAO_aware_of_multiple_dodags
rpl: make send_DAO aware of multiple dodags
8 years ago
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
8 years ago
Thomas Eichinger 549a913939 Merge pull request #2636 from haukepetersen/fix_nucleof334_openocd
boards/nucleo-f334: adjusted openocd config
8 years ago
Hauke Petersen 88831f0872 Merge pull request #2617 from LudwigOrtmann/pr/bossac-revert
boards/arduino-due: revert bossac binary
8 years ago
Oleg Hahm 2247146fba Merge pull request #2014 from haukepetersen/add_nrf_spi
cpu/nrf51822: added SPI driver
8 years ago
Hauke Petersen 4fadff4a9a boards/nucleo-f334: adjusted openocd config 8 years ago
Hauke Petersen 7e8bc3f21c net/ng_netdev: fixed missing include of kernel.h 8 years ago
Hauke Petersen ed65ced885 net: re-ordered includes in ng_netreg + ng_pktbuf 8 years ago
Hauke Petersen b84eb0478f net/ng_nomac: made use of ng_netbase pseudo header 8 years ago
Hauke Petersen 9f58c28881 ng_net: introduced ng_netbase.h pseudo header 8 years ago
Hauke Petersen f1bddafa33 make: introduced pseudomodule ng_netbase 8 years ago
Hauke Petersen 0e8df140c5 Merge pull request #2626 from haukepetersen/fix_makedep_tabs
make: made consistent use of spaces in Makefile.dep
8 years ago
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
8 years ago
Oleg Hahm 3d411807c0 doc: fix and complemented some doxygen headers 8 years ago
Oleg Hahm 70c014d698 doc: additional hint for msg_send_receive() 8 years ago
Hauke Petersen daae886e16 make: made consistent use of spaces in Makefile.dep 8 years ago
Joakim Gebart b67f8ca06c Merge pull request #2504 from gebart/pr/sixlowpan-dest-addr-bcast
sixlowpan: Broadcast message when neighbour not found in cache.
8 years ago
Joakim Gebart 569d291838 Merge pull request #2543 from cgundogan/rpl_use_global_address
rpl: use global ip addresses instead of link-local ones
8 years ago
Cenk Gündoğan f8408308d7 rpl: remove call to rpl_get_my_preferred_parent() in rpl_send_DAO, because of dependency to rpl_get_my_dodag() 8 years ago
Thomas Eichinger cce3edba8d Merge pull request #2620 from gebart/pr/at86rf231-set-long-addr-fix
at86rf231: at86rf231_set_address_long bugfix
8 years ago
Kaspar Schleiser 2acd216d5a Merge pull request #2589 from kushalsingh007/isr
Core: doc: add note advising against creation of threads from within ISR
8 years ago
Hauke Petersen 346810ce12 boards: added SPI definitions for NRF based boards
added SPI defines for
- yunjia-nrf51822
- pca10005
- airfy-beacon
8 years ago
Hauke Petersen 66e7646091 cpu/nrf51822: added SPI driver implementation 8 years ago
Hauke Petersen 9f65959f4b Merge pull request #2594 from haukepetersen/add_board_nucleof091
boards: added support for ST nucleo-f091
8 years ago
Joakim Gebart 2826554723 Merge pull request #2619 from gebart/pr/whitespacecheck-show
dist/tools/whitespacecheck: Do not redirect stdout.
8 years ago
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.
8 years ago
Joakim Gebart ef6aaf6045 dist/tools/whitespacecheck: Do not redirect stdout.
Show new whitespace errors in Travis log for easier code review.
8 years ago
Martine Lenders dccd2ac484 Merge pull request #2613 from authmillenon/netif/fix/remove
ng_netif: cleanup array after remove
8 years ago
Martine Lenders 2f8d8ed07e Merge pull request #2581 from authmillenon/shell/api/update_ifconfig
shell: port ifconfig for ng_netif
8 years ago
Oleg Hahm 6ef3446735 Merge pull request #2616 from haukepetersen/fix_flashing
boards: fix flashing of arduino-due and spark-core
8 years ago
Ludwig Ortmann 4ecb60bdcc boards/arduino-due: revert bossac binary
The file was accidentally changed in 2362623490
8 years ago
Hauke Petersen da44b0dcfd Merge pull request #2598 from haukepetersen/ng_opt_getset
ng_net: changed semantic of get and set command slightly
8 years ago
Hauke Petersen 88749ee324 boards/spark-core: fixed make flash target 8 years ago
Hauke Petersen 38430d4dba boards/arduino-due: fixed broken flash target 8 years ago
Martine Lenders d6262df0d2 shell: port ifconfig for ng_netif 8 years ago
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.
8 years ago
Martine Lenders c3e9a931ff unittests: check return value of ng_netif_get() 8 years ago
Martine Lenders 2909c87329 unittests: add test for correct returned netif array 8 years ago
Martine Lenders 49e5938eb5 ng_netif: cleanup array after remove 8 years ago
Hauke Petersen 7ccf184cd1 boards: added support for nucleo-f091 8 years ago
Hauke Petersen 4ad36a799e cpu/stm32f0: added support for stm32f091rc 8 years ago
Hauke Petersen 67b1237592 net/ng_nomac: adapted to net[api|dev] changes 8 years ago
Hauke Petersen 8124907f3a net/ng_netapi: changed semantics of get function 8 years ago
Hauke Petersen 48c41661bc net/ng_netdev: changed semantics of get function 8 years ago