6a2d802b9aMerge pull request #1737 from bthebaudeau/cc2538-fix-missing-result-av
Antonio Lignan
2016-06-25 00:14:29 +0200
5a9b493d2bMerge pull request #1743 from alignan/pull/update-cc2538-bsl
George Oikonomou
2016-06-24 23:12:18 +0100
99822545c5Added BOARD_STRING to the Z1 platform
Antonio Lignan
2016-06-24 23:58:32 +0200
0034322fe0Made configuration parameters easily overridable from project-conf.h (without having to undef first)
Antonio Lignan
2016-06-24 23:43:15 +0200
1002b7ffeeFixed spacing
Antonio Lignan
2016-06-24 23:36:40 +0200
442e1be391Moved project-conf.h inclusion to the top of contiki-conf.h
Antonio Lignan
2016-06-24 23:34:23 +0200
bc8b6cd8edUpdated cc2538-bsl to version 2.1 (c6100a7)
Antonio Lignan
2016-06-24 22:10:39 +0200
f0b19a18a9Merge pull request #1732 from bthebaudeau/cc2538-flash-conf-fw-coffee
Antonio Lignan
2016-06-24 18:44:16 +0200
54957e4e03mac-seqno: add a lifetime to sequence numbers in history
Simon Duquennoy
2016-06-23 18:28:18 +0200
c28b6fb7baCC2538: Reboot if the crypto engine fails (error handling is too hard)
kkrentz
2016-05-29 04:29:43 -0700
27b20b09a3TSCH: enable adaptive time synchronization by default
Simon Duquennoy
2016-06-23 18:43:57 +0200
15dc86aeb1TSCH: reduce keep-alive traffic as we get more accurate drift estimates
Simon Duquennoy
2016-06-23 18:43:12 +0200
beb532e7e8TSCH: use sequence number only for unicast data frames
Simon Duquennoy
2016-06-23 18:25:52 +0200
1da00a482fcc2538: aes: Fix possibly missing result available status
Benoît Thébaudeau
2016-06-23 22:25:27 +0200
8fd7719c07noncoresec: Fix build errors with DEBUG set to 1
Benoît Thébaudeau
2016-06-23 22:10:43 +0200
ab706a6f33TSCH: map RPL trickle interval to TSCH EB period
Simon Duquennoy
2016-06-23 18:41:40 +0200
ee60355c9cTSCH: implement off()
Simon Duquennoy
2016-06-23 18:38:12 +0200
b1dc8205f0TSCH: minor logging enhancement
Simon Duquennoy
2016-06-23 18:37:42 +0200
5a1a8e84d8TSCH: start scheduling keep-alives only after tsch_is_associated is set
Simon Duquennoy
2016-06-23 18:36:04 +0200
1acb69e280TSCH: keep track of Rx channel as packetbuf attribute
Simon Duquennoy
2016-06-23 18:35:16 +0200
f1922c13b6TSCH: use standard-compliant mac-squence module rather than custom duplicate detection
Simon Duquennoy
2016-06-23 18:21:05 +0200
e5ac3df7e1Include uip-mcast6.h to refer to UIP_IPV6_MULTICAST
Yasuyuki Tanaka
2016-06-20 16:35:09 +0200
ca3a4726d1Rename two macros related to multicast, which are not user configuration
Yasuyuki Tanaka
2016-06-20 16:35:09 +0200
704847db04Fix a typo, UIP_IPV6_CONF_MULTICAST, in a comment with UIP_CONF_IPV6_MULTICAST
Yasuyuki Tanaka
2016-06-20 16:35:09 +0200
b074e5c3e0Replece UIP_IPV6_MULTICAST_RPL in a comment with RPL_CONF_MULTICAST
Yasuyuki Tanaka
2016-06-20 16:35:09 +0200
c26085ec8cSome 6502 target changes
Christian Groessler
2016-06-17 16:42:50 +0200
a8989f9f1cMerge pull request #1724 from nvt/coffee-simplify
Nicolas Tsiftes
2016-06-15 18:56:10 +0200
fba37e0131Merge pull request #1624 from cedric-d/prevent-uip-buffer-overread
Antonio Lignan
2016-06-15 13:08:45 +0200
de18c16c9fAdd CC13xx/CC26xx RNG support to the build
George Oikonomou
2016-06-14 20:02:35 +0100
fd9d878e1dImplement random.h API for the CC13xx/CC26xx
George Oikonomou
2016-06-14 20:02:07 +0100
bb4056903cAdd CC13xx/CC26xx TRNG driver
George Oikonomou
2016-06-14 20:01:48 +0100
adfeaa5500Add missing include
George Oikonomou
2016-06-15 10:31:55 +0100
f8864c67fdAdd TRNG CCxxware macros
George Oikonomou
2016-06-13 12:14:48 +0100
5fe95fc425Merge pull request #1709 from atiselsts/cc26xx_tsch_port
George Oikonomou
2016-06-15 10:28:58 +0100
67e0575bd3Prevent uIP buffer over-read with big UDP packets
cedric-d
2016-04-24 12:06:09 +0200
872146def0Merge pull request #1720 from joakimeriksson/rpl_ns_periodic
Simon Duquennoy
2016-06-15 10:27:58 +0200
fa88122140Merge pull request #1589 from ibriano/master
Antonio Lignan
2016-06-14 21:30:34 +0200
a06110e5edRenamed the internal dummy_space variable, since it contains useful information.
Nicolas Tsiftes
2016-06-13 17:00:20 +0200
5010309005Make the I/O semantics functionality in Coffee unconditional so that the API becomes consistent across platforms.
Nicolas Tsiftes
2016-06-13 15:55:58 +0200
6800f9502eUpdate the list of supported platforms in TSCH README file
Atis Elsts
2016-06-07 01:06:15 +0300
e233c3f27fcc26xx: change CCA logic to be standard-compatible; change receiving_packet to return true iff sync (SFD) has been seen
Atis Elsts
2016-04-25 19:31:04 +0300
d85667d535cc26xx: packet queue changes: allow to read packets after radio has been turned off; make pending_packet() return true when there is a packets being received
Atis Elsts
2016-04-25 19:29:35 +0300
54e4b5f351cc26xx: allow IEEE 802.15.4 frames with version 2, required for TSCH
Atis Elsts
2016-04-25 19:27:16 +0300
80aa30c5dacc26xx: add support for RADIO_PARAM_TX_MODE getting and setting and for LAST_RSSI and LAST_LQI reading
Atis Elsts
2016-04-25 19:25:38 +0300
25c5f0b744cc26xx: implement support for CC2650_FAST_RADIO_STARTUP
Atis Elsts
2016-04-25 19:23:59 +0300
97c1cfc3b4cc26xx: return the expected value 0 from prepare() in ieee and prop mode radio
Atis Elsts
2016-04-25 19:22:20 +0300
e19fbc996ecc26xx: use CMD_IEEE_MOD_FILT to change address filtering instead of fully restarting the radio
Atis Elsts
2016-04-25 19:10:38 +0300
f99511f494srf06-cc26xx: add default TSCH configuration for the platform
Atis Elsts
2016-06-07 00:09:02 +0300
30e820ffa5Merge pull request #1708 from atiselsts/tsch_enhancements
Simon Duquennoy
2016-06-13 20:58:02 +0200
4b67e21d2eMerge pull request #1714 from alignan/pull/add-relay
George Oikonomou
2016-06-13 19:45:46 +0100
7853a7434bfix for compilation with clang - issue reported by Olaf Bergmann
Joakim Eriksson
2016-06-12 11:32:12 +0200
678f4344d2Add missing include
George Oikonomou
2016-06-13 12:04:47 +0100
4fd8f67053Merge pull request #1715 from sumanpanchal/zoul-tsch
Simon Duquennoy
2016-06-13 09:03:16 +0200
c2a0f739f7Compilation targeting c64
Tiago Koji Castro Shibata
2015-09-17 22:38:11 -0300
910f828975Remove unneeded state refresh and set reachable timer upon adding a nbr
Pablo Corbalán
2016-06-12 16:55:48 +0100
373e5653e6uIPv6: Make sure dest address is not multicast before refreshing the state of a neighbor
Pablo Corbalán
2016-06-12 16:09:45 +0100
0fb47d0a2dRefresh nbr reachable state after received IPv6 unicast message
Pablo Corbalán
2015-11-26 00:07:58 +0000
373fda46f7TSCH port for Zolertia ReMote/Zoul.
Sumankumar Panchal
2016-06-09 20:17:00 +0530
d52cf767e5Remove useless `else' block as def_route will be removed before if existed.
jcook
2016-06-12 06:45:04 +0200
80e4ca7802Merge pull request #1718 from bthebaudeau/print-cc2538-info-on-boot
George Oikonomou
2016-06-12 00:27:31 +0100
9845973971cc2538: Print SoC information upon startup
Benoît Thébaudeau
2016-06-11 23:19:21 +0200
b655d92aa4cc2538: Provide SoC information
Benoît Thébaudeau
2016-06-11 23:15:22 +0200
b3ea790449cc2538: sys-ctrl: Provide last reset cause
Benoît Thébaudeau
2016-06-11 22:56:58 +0200
63565b109dFix TSCH_AUTOSELECT_TIME_SOURCE to work with 2-byte addresses and with the new nbr_table_add_lladdr interface
Simon Duquennoy
2016-06-10 20:57:58 +0200
809883e632Making example tsch-rime more flexible
Simon Duquennoy
2016-06-03 15:53:16 +0200
78f04fda83Added example of TSCH used with Rime
Simon Duquennoy
2016-04-20 11:51:06 +0200
ac16fb9e2bTSCH fixes for the short-address case
Simon Duquennoy
2016-04-20 11:46:52 +0200
f0fcff2d1aTSCH: declare radio_rx_mode only when HW timestamps are enabled to avoid warnings
Atis Elsts
2016-06-10 15:03:25 +0300
5b728691adTSCH: add missing include
Atis Elsts
2016-04-26 16:40:56 +0300
fbb66f9cd5TSCH: allow to configure channel scanning duration during the join phase
Atis Elsts
2016-06-06 23:12:09 +0300
03d511c2betsch-slot-operation.c: use ABS() instead of abs() for consistency with the rest of Contiki
Atis Elsts
2016-04-25 17:47:38 +0300
f6967c1f58read RADIO_PARAM_LAST_RSSI and RADIO_PARAM_LAST_PACKET_TIMESTAMP only after the last packet has been read in TSCH: reading the packet might update these values
Atis Elsts
2016-04-25 17:41:56 +0300
45510f57faTSCH: add option to not to turn off radio during active TSCH timeslots
Atis Elsts
2016-04-25 17:40:36 +0300
rpl-ext-header: Use 8-octet unit for HBHO length
Tommy Sparber
2016-05-30 10:30:43 +0200
10cd17b626Merge pull request #1508 from simonduq/pr/rpl-non-storing
Nicolas Tsiftes
2016-06-08 16:26:05 +0200
535ff25da2RPL non-storing defensive link update: make sure the topology is loop-free at all times
Simon Duquennoy
2016-06-08 14:14:03 +0200
819916668eIncorporate latest changes on rpl tests to 23-rpl-non-storing
Simon Duquennoy
2016-06-08 14:09:43 +0200
d5e74b9579Code style
Simon Duquennoy
2016-06-08 14:05:37 +0200
0f5e3413faSimplify dao_input
Simon Duquennoy
2016-06-08 14:04:47 +0200
6c4d5312aeuip-icmp6.c: call rpl_insert_header only when UIP_CONF_IPV6_RPL is set
Simon Duquennoy
2016-06-03 22:06:05 +0200
4208973017Fix DAO-ACK support for non-storing
Simon Duquennoy
2016-06-03 21:19:08 +0200
6cdec70798rpl_verify_header: do not select DAG in storing mode after updating neighbor rank, as this may result in a No-Path DAO being sent, which will drop the current packet.
Simon Duquennoy
2016-06-03 21:18:15 +0200
343c274359RPL: re-enable RPL_DIO_REFRESH_DAO_ROUTES by default as it is needed with DAO-ACK disabled. Now increments the DTSN only at the root
Simon Duquennoy
2016-06-03 21:17:05 +0200
c3ea1f9fc6Orchestra: added support for RPL non-storing mode
Simon Duquennoy
2016-04-29 22:12:06 +0200
ded71a7400RPL: add neighbor to cache on incoming DIO also at the root
Simon Duquennoy
2016-04-25 17:13:10 +0200