- May 12, 2016
-
-
Martine Lenders authored
-
- May 11, 2016
-
-
Peter Kietzmann authored
vagrant: add usbfilter for phywave
-
- May 04, 2016
-
-
Cenk Gündoğan authored
dist: make: iotlab: add logging to iotlab-term via tmux
-
Cenk Gündoğan authored
-
Cenk Gündoğan authored
-
Joakim Nohlgård authored
doc: minor fixes of typos in periph documentation
-
- May 03, 2016
-
-
Oleg Hahm authored
-
- Apr 30, 2016
-
-
DipSwitch authored
cortexm_common: print trapped interrupt from ipsr
-
- Apr 28, 2016
-
-
Martine Lenders authored
at86rf2xx_netdev: debug output is wrong
-
Oleg Hahm authored
-
- Apr 27, 2016
-
-
Martine Lenders authored
gnrc_ipv6: fix asserts for NHC
-
- Apr 26, 2016
-
-
Andreas "Paul" Pauli authored
cc2650stk: remove XTIMER_SHIFT_ON_COMPARE definition
-
Peter Kietzmann authored
Added nrf51 ac variant
-
Peter Kietzmann authored
boards/mulle: PTA17 analog input is on ADC1 module
-
Peter Kietzmann authored
boards/pba-d-01-kw2x/board.c: fix leds default state
-
Peter Kietzmann authored
doc: xtimer: be a bit more precise
-
Oleg Hahm authored
-
- Apr 22, 2016
-
-
Martine Lenders authored
gnrc_rpl: reduce scope of now
-
Martine Lenders authored
gnrc_ipv6: remove superfluous check for if_entry
-
kYc0o authored
make: remove obsolete check for jenkins
-
Hauke Petersen authored
RIOT-2016.04 - Release Notes ============================ RIOT is a real-time multi-threading operating system that supports a range of devices that are typically found in the Internet of Things: 8-bit microcontrollers, 16-bit microcontrollers and light-weight 32-bit processors. RIOT is based on the following design principles: energy-efficiency, real-time capabilities, small memory footprint, modularity, and uniform API access, independent of the underlying hardware (this API offers partial POSIX compliance). RIOT is developed by an international open source community which is independent of specific vendors (e.g. similarly to the Linux community) and is licensed with a non-viral copyleft license (LGPLv2.1), which allows indirect business models around the free open-source software platform provided by RIOT. About this release: =================== This release adds support for two additional network stacks: lwIP and emb6. A bunch of additional protocols are now available, P2P-RPL in the GNRC network stack, Ethernet-over-Serial (ethos). Murdock, the new, blazing fast RIOT CI is now available to significantly speed up code merging procedures. This release also adds support for a number of new boards and sensors and a new tool for automated border router setup is now provided which greatly simplifies that setup for newbies as well as for old-timers. Last but not least: this release includes a number of bug fixes, mostly about stabilizing and enhancing the networking capabilities of RIOT. About 470 pull requests with about 1196 commits have been merged since the last release and 127 additional issues have been solved. 55 people contributed code in 124 days. 1521 files have been touched with ~91700 insertions and ~42200 deletions. Notations used below: ===================== + means new feature/item * means modified feature/item - means removed feature/item New features and changes ======================== General ---------- + added Makefile support for creating a "binary distribution", making it easier to create closed source applications while still complying to LGPL Testing
-
Martine Lenders authored
-
Martine Lenders authored
-
- Apr 21, 2016
-
-
Johann F authored
Signed-off-by:
Johann F <j.fischer@phytec.de>
-
Hauke Petersen authored
make: disable NHC
-
Cenk Gündoğan authored
-
Cenk Gündoğan authored
-
Cenk Gündoğan authored
-
Yonezawa-T2 authored
drivers/xbee: add optional AES encryption support
-
- Apr 20, 2016
-
-
Cenk Gündoğan authored
make: bail out if there are spaces in the path
-
René Kijewski authored
-
René Kijewski authored
If we use `rm -r(f)` then we should make sure that we don't delete random directory trees because there was a whitespace in the path.
-
kYc0o authored
boards/mulle: mulle boards' serial port is derived from its serial nr
-
Francesco Ermini authored
add encryption to drivers fix new line at the end of file add shell command for enable encryption and set encryption key on a given device modify _net_if_set_encrypt_key to support any key length modify _net_if_set_encrypt_key to support any key length of the key modify blank line fix ace before tab in indent fix ace before tab indent fix ace before tab indent an error fix trailing white space drivers/xbee: encryption support add encryption to drivers fix new line at the end of file add shell command for enable encryption and set encryption key on a given device modify _net_if_set_encrypt_key to support any key length modify _net_if_set_encrypt_key to support any key length of the key modify blank line fix ace before tab in indent fix ace before tab indent fix ace before tab indent an error fix trailing white space modify drivers/xbee/xbee.c fix white spaces on xbee.c Update xbee encryption driver white line at end xbee.h fix error fix sc_netif.c fix rebase master interactive drivers/xbee: encryption support add encryption to drivers fix new line at the end of file add shell command for enable encryption and set encryption key on a given device modify _net_if_set_encrypt_key to support any key length modify _net_if_set_encrypt_key to support any key length of the key modify blank line fix ace before tab in indent fix ace before tab indent fix ace before tab indent an error fix trailing white space drivers/xbee: encryption support add encryption to drivers fix new line at the end of file add shell command for enable encryption and set encryption key on a given device modify _net_if_set_encrypt_key to support any key length modify _net_if_set_encrypt_key to support any key length of the key modify blank line fix ace before tab in indent fix ace before tab indent fix ace before tab indent an error fix trailing white space modify drivers/xbee/xbee.c fix white spaces on xbee.c Update xbee encryption driver white line at end xbee.h fix error fix rebase conflict 4 fix same missing in patches changes fix ascii to hex index parser fix syntax rules fix syntax issue 2 add _netopt_strmap NETOPT_ENCRYPTION e NETOPT_ENCRYPTION_KEY fix trailng white spaces
-
Martine Lenders authored
at86rf2xx: fix option setting
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
gnrc_netdev: add deprecation note
-
Hauke Petersen authored
core: allow DEBUG in mutex.c to run without DEVELHELP
-
kYc0o authored
tools: ethos: allow `start_network.sh` script to run from anywhere
-