Commit Graph

  • 77492ee922
    Merge pull request #716 from g-oikonomou/bugfix/timers-example George Oikonomou 2018-10-19 13:04:43 +0100
  • 9bb648f922 Fixed all-timers example application Alex Raimondi 2018-10-18 17:15:27 +0200
  • 7f0c5b0b36
    Merge pull request #699 from g-oikonomou/contrib/tools/zolertia-motelist Simon Duquennoy 2018-10-19 13:07:43 +0200
  • 74a6853d35
    Merge branch 'develop' into contrib/tools/zolertia-motelist George Oikonomou 2018-10-19 11:28:36 +0100
  • 89f3240bf6
    Merge pull request #638 from atiselsts/bugfix/cc26xx-rf-interrupt George Oikonomou 2018-10-18 20:20:36 +0100
  • aedf05c2a7
    Merge branch 'develop' into bugfix/cc26xx-rf-interrupt George Oikonomou 2018-10-18 19:32:19 +0100
  • dc075b0c82
    Merge pull request #713 from atiselsts/contrib/check-xxware-nonempty George Oikonomou 2018-10-18 19:31:44 +0100
  • ff825daaea Merge remote-tracking branch 'origin/develop' into wip/uip6-cleanup Simon Duquennoy 2018-10-18 20:28:00 +0200
  • 655faf0dca Further simplification of uip.h buffers Simon Duquennoy 2018-10-18 19:11:56 +0200
  • 6c583efa37 Rework ext_hdr_options_process Simon Duquennoy 2018-10-18 18:53:34 +0200
  • 6c11da58d8 Rework rpl-ext-header.c Simon Duquennoy 2018-10-18 18:29:37 +0200
  • 8456c544d8 Simplify uip.h definitions Simon Duquennoy 2018-10-18 17:54:34 +0200
  • 9b66b6931d Removed UIP_IP_BUF_CHAR Simon Duquennoy 2018-10-18 17:48:08 +0200
  • ea32ab0f12 Removed UIP_LLH_LEN Simon Duquennoy 2018-10-18 17:47:24 +0200
  • 999e7dc3a7 Rework uip6.c Simon Duquennoy 2018-10-18 11:31:06 +0200
  • 093caff1d3 CC13x0/CC26x0 building: also fail with descriptive error message when cc13xxware/cc26xxware exists, but is empty Atis Elsts 2018-10-18 18:16:54 +0100
  • 1cfe9df73e CC26xx RF: in polling mode, disable the CPE0 radio interrupt completely Atis Elsts 2018-08-31 16:45:50 +0100
  • c7eb773765
    Merge pull request #648 from atiselsts/contrib/cc13xx-tsch George Oikonomou 2018-10-18 16:14:11 +0100
  • 8014524dd1
    Merge branch 'develop' into contrib/cc13xx-tsch George Oikonomou 2018-10-18 15:36:50 +0100
  • aaf06754ea uipbuf_set_len_field Simon Duquennoy 2018-10-18 11:20:34 +0200
  • 4018b31123 Removed need for global uip_ext_opt_offset Simon Duquennoy 2018-10-17 23:35:58 +0200
  • d4bc09e002 Move function for clearing uip_buf to uipbuf module Simon Duquennoy 2018-10-17 23:33:02 +0200
  • b4d45d7f56 Removed comment that was no longer necessary Simon Duquennoy 2018-10-17 23:28:58 +0200
  • 22f4a19994 Clean up usage of uip_ext_len Simon Duquennoy 2018-10-17 18:09:40 +0200
  • df130952c7 Ensure correct setup LLSEC for CSMA Olav Frengstad 2018-08-27 22:42:46 +0200
  • c5d59843c4 added linklayer security for CSMA Joakim Eriksson 2018-05-29 11:00:13 +0200
  • fc8ccac560 tsch: report MAC_TX_ERR if prepare() fails Toshio Ito 2018-10-18 16:05:45 +0900
  • 56b85b6475 uip.h: clarify comment Simon Duquennoy 2018-10-17 17:47:57 +0200
  • 3384de64b7 Rework buffer access in roll-tm.c Simon Duquennoy 2018-10-17 17:30:12 +0200
  • 0531c555e8 Minor enhancements to uip6.c Simon Duquennoy 2018-10-17 17:25:04 +0200
  • bbb641a450 Rework uip-nd6 buffer access Simon Duquennoy 2018-10-17 17:24:53 +0200
  • 01b795a4c2 Rework uIP6 extension header options access Simon Duquennoy 2018-10-17 16:58:51 +0200
  • 8152342c11 Rework uIP6 extension header access Simon Duquennoy 2018-10-17 16:32:00 +0200
  • 4035d840dd Rework uip.h buffer definitions Simon Duquennoy 2018-10-17 15:57:39 +0200
  • a528395eb2 roll-tm.c: removing unused define Simon Duquennoy 2018-10-17 11:58:51 +0200
  • 59852d33f2 Use global uip.h buffer definitions in a number of other modules Simon Duquennoy 2018-10-17 11:57:56 +0200
  • 86e9790e6e Minor improvement to uip.h Simon Duquennoy 2018-10-17 11:43:34 +0200
  • 2f9b60215e Removing tcpip and udpip data strcutures, unsafe in cases with IPv6 extension headers Simon Duquennoy 2018-10-17 11:22:05 +0200
  • 1bd9ac781b Define ICMP, UDP, and TCP buffer pointers globally in uip.h Simon Duquennoy 2018-10-17 09:42:24 +0200
  • caa02ae51e Define UIP_IP_BUF globally in uip.h Simon Duquennoy 2018-10-17 09:24:52 +0200
  • ee5b722c65 uip.h: removed unused define Simon Duquennoy 2018-10-17 09:17:41 +0200
  • b56ff259dc uIP: remove leftover IPv4 code Simon Duquennoy 2018-10-17 09:13:42 +0200
  • cc5d75f677
    Merge pull request #702 from simonduq/fix/mqtt-buffer-overflow George Oikonomou 2018-10-17 09:11:42 +0100
  • 5b58f6980e
    Merge branch 'develop' into fix/mqtt-buffer-overflow George Oikonomou 2018-10-16 22:09:10 +0100
  • 95cebf10bc Change platform zoul to use the new motelist George Oikonomou 2018-10-14 17:10:50 +0100
  • 470ac26c4e Add the motelist-all target - common for all embedded platforms George Oikonomou 2018-10-14 17:03:55 +0100
  • 5ec9063314 Add board search strings for Zolertia devices George Oikonomou 2018-10-14 17:02:59 +0100
  • 882bfd083d Delete the zolertia-specific motelist George Oikonomou 2018-10-14 17:02:20 +0100
  • 1cdd4ffb12 Move the help and usage targets to a separate Makefile George Oikonomou 2018-10-14 17:00:40 +0100
  • 75b5c88992
    Merge pull request #672 from g-oikonomou/contrib/cortex-link George Oikonomou 2018-10-16 21:41:53 +0100
  • c4deaa70cd
    Merge branch 'develop' into contrib/cortex-link George Oikonomou 2018-10-16 17:33:26 +0100
  • ca679be00d
    Merge pull request #709 from simonduq/contrib/tsch-log-test George Oikonomou 2018-10-16 17:28:16 +0100
  • 85214f2d9e
    Merge branch 'develop' into contrib/tsch-log-test George Oikonomou 2018-10-16 14:59:14 +0100
  • 0f5913ec3b
    Merge pull request #708 from simonduq/fix/tsch-timing-template-extern George Oikonomou 2018-10-16 14:58:53 +0100
  • d45ee85867 Add CI compile test for TSCH with logging Simon Duquennoy 2018-10-16 15:19:59 +0200
  • 7ab140c55e Added missing 'extern' qualifier to tsch_timing_us Simon Duquennoy 2018-10-16 15:17:54 +0200
  • 5d43741699
    Merge pull request #706 from simonduq/fix/tsch-cc2538 Simon Duquennoy 2018-10-16 14:02:12 +0200
  • 5717fedc13 Add CI compile tests for 6tisch on platforms openmote-cc2538, cc2538dk, and sky Simon Duquennoy 2018-10-16 09:33:50 +0200
  • f9134b1198 Add mising TSCH constants for platforms openmote-cc2528 and cc2538dk Simon Duquennoy 2018-10-16 09:23:54 +0200
  • 963c2d57aa Json library: fix a number of potential buffer overflows Simon Duquennoy 2018-10-15 15:54:11 +0200
  • bcebd3afcf MQTT parse_publish_vhdr: added missing check of topic length Simon Duquennoy 2018-10-15 14:12:08 +0200
  • 3b5369cf2a MQTT parse_publish_vhdr: added missing initialization of topic_pos Simon Duquennoy 2018-10-15 14:11:59 +0200
  • 7f860318de
    Merge branch 'develop' into contrib/cortex-link Atis Elsts 2018-10-15 11:33:51 +0100
  • 0039fde747
    Merge pull request #700 from g-oikonomou/contrib/tests/build-all-board-detection Atis Elsts 2018-10-15 11:32:44 +0100
  • 6a7deb9fc1 Detect boards automatically in the build-all script George Oikonomou 2018-10-14 21:05:52 +0100
  • b59fd77c92
    Merge pull request #676 from atiselsts/contrib/native-optimization George Oikonomou 2018-10-14 16:00:37 +0100
  • 6a315cba8e
    Merge branch 'develop' into contrib/native-optimization George Oikonomou 2018-10-14 14:59:35 +0100
  • 968c597529
    Merge pull request #697 from g-oikonomou/bugfix/build/board-string George Oikonomou 2018-10-14 14:52:29 +0100
  • db18b43f0f Make sure CONTIKI_BOARD_xyz is defined George Oikonomou 2018-10-13 22:07:25 +0100
  • 386e528cc5 Harmonise link rule for all cortex CPUs George Oikonomou 2018-09-23 17:57:47 +0100
  • cbb11193ef
    Merge branch 'develop' into contrib/native-optimization George Oikonomou 2018-10-13 18:52:53 +0100
  • 3c7d9d3ad2
    Merge pull request #695 from g-oikonomou/bugfix/obsolete-spi-prototypes Simon Duquennoy 2018-10-13 19:29:56 +0200
  • 4b7266247e Add optimization flags for native builds Atis Elsts 2018-09-26 13:41:38 +0100
  • ad03d3a05e Remove obsolete function prototypes George Oikonomou 2018-10-13 16:02:06 +0100
  • 5d04147406 CC26xx/CC13xx: Add support for TSCH API for the prop-mode.c radio driver, and unify the radio timer handling between the IEEE and prop modes Atis Elsts 2018-09-09 20:32:33 +0100
  • cb65f31d48 Remove BOARDS_EXCLUDE for TSCH examples: now they can be built for CC13xx boards Atis Elsts 2018-09-15 12:16:05 +0100
  • 87efd3fb45 TI lib: add ti_lib_rfc_hw_int_enable/disable/clear functions Atis Elsts 2018-09-09 20:34:17 +0100
  • 5cb325f3a4
    Merge pull request #541 from simonduq/fix/timer-reset Simon Duquennoy 2018-10-13 12:21:29 +0200
  • 2a66edfd6b Doxygen clarification to etimer_reset and ctimer_reset Simon Duquennoy 2018-10-13 10:19:18 +0200
  • 8472cf8bbe stimer_reset: do not do anything if the timer has not expired Simon Duquennoy 2018-10-13 10:17:30 +0200
  • 163d1241b3 timer_reset: do not do anything if the timer has not expired Simon Duquennoy 2018-05-25 07:03:22 -0700
  • 8ed17c5bad
    Merge pull request #671 from g-oikonomou/contrib/spi-sel-desel George Oikonomou 2018-10-12 21:10:05 +0100
  • d4fd286b34
    Merge branch 'develop' into contrib/spi-sel-desel George Oikonomou 2018-10-12 16:24:52 +0100
  • cd59723f99
    Merge pull request #670 from g-oikonomou/bugfix/simplelink/board George Oikonomou 2018-10-12 16:24:28 +0100
  • 3cc4d2d2e0
    Merge branch 'develop' into bugfix/simplelink/board George Oikonomou 2018-10-12 14:53:08 +0100
  • f101e473a9
    Merge pull request #685 from g-oikonomou/contrib/cc26xx/remove-lib-rom George Oikonomou 2018-10-12 14:52:40 +0100
  • 8ea3e9fb77 Improve code style George Oikonomou 2018-10-02 23:35:22 +0100
  • bf0e80aae3 Always provide -DCPU_FAMILY_xxx George Oikonomou 2018-10-02 23:14:53 +0100
  • 4a0c9d8894 Change define to reflect current chip family name George Oikonomou 2018-10-02 23:14:26 +0100
  • 3ba8afea79 Harmonize usage across XXwares and CC2640R2-SDK George Oikonomou 2018-10-02 23:10:06 +0100
  • 23ab33cc39 Remove ti-lib-rom.h George Oikonomou 2018-10-02 23:08:26 +0100
  • 8e990819a8 Remove all instances of ti_lib_rom_ macros George Oikonomou 2018-10-02 23:07:24 +0100
  • ec5c391d06
    Merge pull request #693 from simonduq/fix/lwm2m-native-test George Oikonomou 2018-10-12 13:44:52 +0100
  • 5cecd5f9c4
    Merge branch 'develop' into bugfix/simplelink/board Simon Duquennoy 2018-10-12 14:16:23 +0200
  • c3ed24d531 Removing native compilation from ARM compile test suite Simon Duquennoy 2018-10-12 14:14:07 +0200
  • b4a23467fa
    Merge pull request #562 from simonduq/contrib/csma-busywait Simon Duquennoy 2018-10-12 12:08:17 +0200
  • fb6451ef7b RPL-Lite: rework DAO sending/resending/refreshing logic Simon Duquennoy 2018-10-12 11:04:40 +0200
  • d85cecea34 rtimer.h: add return value to RTIMER_BUSYWAIT* macros Simon Duquennoy 2018-09-23 15:52:13 +0200
  • 4097883229 CSMA: simplify routine that waits for ACK Simon Duquennoy 2018-05-31 01:41:24 -0700
  • b80d113253 Add a common set of portable RTIMER_BUSY_WAIT functions Simon Duquennoy 2018-10-11 20:23:21 +0200