Commit Graph

5616 Commits (70c014d69865c6ad2a35c686d7752338c2c317bb)
 

Author SHA1 Message Date
Oleg Hahm 70c014d698 doc: additional hint for msg_send_receive() 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
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 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
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
Thomas Eichinger c633c083db Merge pull request #2597 from haukepetersen/add_stm32f0_corepanic
cpu/stm32f0: included core_panic module
8 years ago
Thomas Eichinger 2d064614af Merge pull request #2595 from haukepetersen/fix_stm32f0_gpio
cpu/stm32f0: fixed gpio interrupt routines
8 years ago
Martine Lenders 99e810e9b5 Merge pull request #2461 from authmillenon/ng_ipv6_nc/feat/initial
net: initial import of an IPv6 neighbor cache
8 years ago
Martine Lenders e80e4fb181 Merge pull request #2580 from authmillenon/ng_netconf/api/add_src_len
ng_netconf: add source length identifier
8 years ago
Martine Lenders e740c6fb09 unittests: add unittests for neighbor cache 8 years ago
Martine Lenders c1708682e8 ng_ipv6_nc: Initial import 8 years ago
Hauke Petersen 3436a10039 cpu/stm32f0: included core_panic module 8 years ago
Hauke Petersen 0f00ae627f board/stm32f0discovery: fixed GPIO ISR defines 8 years ago
Hauke Petersen ec17730c38 cpu/stm32f0: fixed gpio interrupt routines
- guarded calls in case no interrupt is defined
- eneabled detection of multiple, simoultaneous events
8 years ago
kushalsingh007 3b7e54b441 Core: Change in description of thread_create function.
- Fixes #2136
- Adds warning about creating threads from within an ISR.
8 years ago
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
8 years ago
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.
8 years ago
Thomas Eichinger 1eac81b562 Merge pull request #2593 from haukepetersen/fix_stm32f0_timerdef
cpu/stm32f0: cleanup for timer IRQ macro
8 years ago
Oleg Hahm 67abf81a02 Merge pull request #2576 from fnack/nhdp_ext_seqno
sys/nhdp: Add interface-specific sequence number to created RFC5444 packets
8 years ago
Oleg Hahm 0144bb589b Merge pull request #2546 from authmillenon/ng_ipv6_addr/api/add_string_functions
[RFC] ng_ipv6_addr: add (optional) string conversion functions
8 years ago
Hauke Petersen 77edb92ed8 Merge pull request #2588 from authmillenon/nomac/fix/compilable
ng_nomac: add to sys/Makefile
8 years ago
Martine Lenders ad01da751a Merge pull request #2591 from OlegHahm/doc_example_cleanup
Documentation and example cleanup
8 years ago
Thomas Eichinger 64410350bd Merge pull request #2552 from jhollister/add_cpuid
Added cpuid_get for STM boards
8 years ago
Oleg Hahm 9e4328311d examples: fix wording in warning 8 years ago
Oleg Hahm ddfc88323d examples: radio thread needs more stack
The radio stack in default examples uses printf() and thus needs more
stack.
8 years ago
Oleg Hahm 8537344db9 doc: update outdated vtimer documentation
vtimer was changed in 6ee5e737f9 to use a
user specified type for vtimer_set_msg(), but documentation didn't
reflect this new API.
8 years ago
Hauke Petersen 0f5c941cf6 board/stm32f0discovery: cleaned up timer defines
- make irq prio 'timer global'
- removed unused timer_1 defs
8 years ago
Hauke Petersen 49491cf66d cpu/stm32f0discovery: fixed timer irq prio macro 8 years ago
Oleg Hahm 4fec8fd31e doc: improvement to IPC documentation
Per default, doxygen will take only the part until the first dot into
account for the brief description. In this case this leads to an
ambiguous overview over the IPC send functions.
8 years ago
Fabian Nack 133aeedea5 sys/nhdp: Add interface specific packet sequence number 8 years ago