- Dec 02, 2013
-
-
Mariano Alvira authored
Extend slip-radio example for Econotag and Nooliberry
-
Mariano Alvira authored
In stm32w_flasher replaced hal-* calls with usage of pyudev.
-
Mariano Alvira authored
i2c and eeprom drivers for mbxxx boards
-
Mariano Alvira authored
Fix sleep
-
Mariano Alvira authored
Add a rule for generating assembly listings on mc1322x targets, for example: "make webserver6.lst".
-
Mariano Alvira authored
Added support for STM32w boards MB950 and MB951 revision B.
-
Gianfranco Costamagna authored
-
Gianfranco Costamagna authored
This reverts commit eac73ff68ce98e862def4bd671db03f7b9a3b438.
-
- Dec 01, 2013
-
-
Ian Martin authored
-
- Nov 29, 2013
-
-
Mariano Alvira authored
MC1322x additions
-
Nicolas Tsiftes authored
IPv6 routes LRU
-
Nicolas Tsiftes authored
Remove the VNC client and server
-
- Nov 28, 2013
-
-
Christian Taedcke authored
-
Adam Dunkels authored
Removing the experimental checkpoint functionality
-
Adam Dunkels authored
-
Adam Dunkels authored
Enabled shell_rime_send_cmd_init() so that this example can be used in the shell/03-sky-shell-command regression test
-
Adam Dunkels authored
-
Fredrik Österlind authored
Allow user configuration of RadioLogger pcap file
-
- Nov 27, 2013
-
-
Maria Laura Stefanizzi authored
This patch improves the eeprom-test example adding more tests on the eeprom read/write procedures.
-
Maria Laura Stefanizzi authored
This patch adds the eeprom driver needed to access M24C64 eeprom which is on some mbxxx boards. Signed-off-by:
Maria Laura Stefanizzi <laura28582@gmail.com>
-
Maria Laura Stefanizzi authored
This patch allows the MEMS driver to use the i2c driver. Signed-off-by:
Maria Laura Stefanizzi <laura28582@gmail.com>
-
Maria Laura Stefanizzi authored
This patch add I2C initializzation for board with I2C devices. Signed-off-by:
Maria Laura Stefanizzi <laura28582@gmail.com>
-
Maria Laura Stefanizzi authored
This patch add the I2C driver for mbxxx platform to communicate with devices connected to the SC2 I2C bus. Signed-off-by:
Maria Laura Stefanizzi <laura28582@gmail.com>
-
Laurent Deru authored
-
Laurent Deru authored
-
Fredrik Österlind authored
Fix: preserving blank characters (tabulator and space) in Cooja serial output
-
Adam Dunkels authored
Remove unnecessary stuff from various Makefiles (Config Sanity, Pt 1)
-
- Nov 26, 2013
-
-
Nicolas Tsiftes authored
Remove all leading double underscore inclusion #defines
-
Eugen Berlin authored
-
Fredrik Österlind authored
Cooja Pcap export: Reverts PR #284 to fix #420
-
- Nov 25, 2013
-
-
Sébastien Dawans authored
-
Adam Dunkels authored
mac: Fix false duplicate packets detections
-
Benoît Thébaudeau authored
According to IEEE 802.15.4e (§6.4.3.9), in order to detect duplicate received MAC-layer frames, only the most recently received frame's sequence number needs to be stored for each unique device address. Doing so limits the possible false duplicate packet detections to a single sequence number. This also allows to keep the last sequence number of more device addresses for the same value of MAX_SEQNOS. Signed-off-by:
Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
-
Benoît Thébaudeau authored
The code detecting duplicate packets in the RDC layer had been copied into most RDC implementations. Factor it out into a new mac-sequence module in order to have a single instance of this code. Signed-off-by:
Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
-
Benoît Thébaudeau authored
According to IEEE 802.15.4 (§5.1.6.1, §6.4.2), the MAC sequence numbers should be initialized to random values. This was already the case in framer-802154.c:create(), but not in csma.c:send_packet(), sometimes causing false detections of duplicate MAC-layer packets in other devices when a device was restarted too quickly. This patch decreases the probability of such an event. Signed-off-by:
Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
-
Nicolas Tsiftes authored
6lowpan changes
-
- Nov 24, 2013
-
-
Adam Dunkels authored
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
-
Nicolas Tsiftes authored
RPL feather mode
-
Adam Dunkels authored
Disabling the fragmentation test for the sky, as it is a little too small to reliably run this firmware
-
Adam Dunkels authored
-