Commit Graph

1781 Commits

Author SHA1 Message Date
Yasuyuki Tanaka 7a6cbff5f6 Rename srf06/{cc26xx,cc13xx} to srf06/{cc26x0,cc13x0} 2018-10-23 13:09:02 -07:00
Yasuyuki Tanaka 61fba4dcde Rename srf06-cc26xx to cc26x0-cc13x0 2018-10-23 13:04:32 -07:00
George Oikonomou 6d4cddeec1 Make the MQTT client example a little more configurable and verbose
Suitable for native run testing
2018-10-21 17:13:17 +01:00
Simon Duquennoy 1df85a12a4
Merge branch 'develop' into bugfix/gpio/64bit 2018-10-19 14:08:05 +02:00
Alex Raimondi 9bb648f922 Fixed all-timers example application 2018-10-19 12:15:51 +01:00
Atis Elsts cb65f31d48 Remove BOARDS_EXCLUDE for TSCH examples: now they can be built for CC13xx boards 2018-10-13 14:07:10 +01:00
George Oikonomou 4a0c9d8894 Change define to reflect current chip family name 2018-10-12 13:47:01 +01:00
George Oikonomou d5f1bd2d4c
Merge branch 'develop' into bugfix/gpio/64bit 2018-10-11 16:44:22 +01:00
Simon Duquennoy b7c9cae60c Platform Zoul: move generic cc2538 defines from contiki-conf.h to cc2538-def.h 2018-10-10 17:01:11 +02:00
Simon Duquennoy ddde2aebdc jn516x example: compute sample_count on current timeslot timings rather than defaults 2018-10-04 10:50:09 +02:00
Simon Duquennoy cad068d5e8 sixtop example: remove obsolete z1 configuration 2018-10-03 12:27:01 +02:00
George Oikonomou b4db7aa4e7 GPIO HAL example fix 64-bit support 2018-09-30 20:21:17 +01:00
Atis Elsts 3ccf4c78bb Add TSCH stats example 2018-09-27 16:00:36 +01:00
Atis Elsts df733e409a add TSCH channel selection example 2018-09-27 16:00:36 +01:00
Atis Elsts ad577cf77f Add TSCH stats 2018-09-27 16:00:36 +01:00
George Oikonomou 36e1a8f82d
Merge branch 'develop' into missing-header 2018-09-23 13:49:17 +03:00
Rehan MALAK 75d372cde4 minor refactoring of hdc-1000-sensor following commit f4a8cba37 2018-09-21 12:30:53 +02:00
Rehan MALAK cc7c2312ec missing header inttypes.h 2018-09-21 10:15:43 +02:00
Rehan MALAK 53e4892c1d exclude some platforms from benchmarks 2018-09-20 15:09:30 +02:00
George Oikonomou 9a2a3d50aa
Merge branch 'develop' into contrib/cc26xx/bootloader-config 2018-09-17 13:26:01 +01:00
George Oikonomou 06bbb65bdb Simplify configuration of the CC13xx/CC26xx ROM bootloader
Currently board.h does all the work, but it does not really need to. This commit moves most of the ccfg defines to ccxxware-conf.h and now board.h only needs to specify the bootloader enable pin and corresponding level.
2018-09-17 13:15:58 +03:00
George Oikonomou c29cfc256e
Merge branch 'develop' into null-character 2018-09-17 11:13:22 +01:00
Atis Elsts 8f27179782 remove BUTTON_SENSOR_CONF_ENABLE_SHUTDOWN and button_sensor definitions for cc26xx: dead code since changing to the button HAL 2018-09-15 14:23:39 +01:00
Rehan MALAK 163f455fc7 add '\0' terminal character 2018-09-13 10:02:36 +02:00
Edvard Pettersen 5ea0c80ae1
Merge branch 'develop' into contrib/ti-simplelink 2018-09-12 09:27:43 +02:00
Edvard Pettersen 86232c86f9 Expanded travis builds with SimpleLink platform
In addition, some small grammar fixes and slight bugfix in
Makefile.simplelink
2018-09-11 13:17:21 +02:00
George Oikonomou 83dd2ff10e
Merge branch 'develop' into contrib/nightly-runs 2018-09-10 09:10:02 +01:00
Edvard Pettersen 322b6b26d2 Added simplelink PLATFORMS_ONLY/EXCLUDE to examples 2018-08-31 11:06:32 +02:00
Edvard Pettersen d0124e3de7 Reverting API change to GPIO HAL 2018-08-31 11:06:32 +02:00
Edvard Pettersen 32d9bb3021 Removed simplelink examples for now 2018-08-31 11:05:34 +02:00
Edvard Pettersen c53ab05aea Fixed missing changes for GPIO-HAL 2018-08-31 11:05:34 +02:00
Edvard Pettersen 537f9a5baf Minor fixes 2018-08-31 11:05:33 +02:00
Edvard Pettersen 7debfe830f Fixed issue with SPI0 and SPI HAL, and fixed bug in Makefile.cm3 2018-08-31 11:05:33 +02:00
Edvard Pettersen 6b91fa1738 Cleaned up examples Makefile 2018-08-31 11:05:33 +02:00
Edvard Pettersen 588c53b8a9 Added missing img folder for cc13xx-cc26xx/web-demo example 2018-08-31 11:05:33 +02:00
Edvard Pettersen 6df96a7b19 Added missing files for cc26xx examples folder 2018-08-31 11:05:33 +02:00
Edvard Pettersen 844f01de35 Fixed compile errors and made examples compile 2018-08-31 11:05:33 +02:00
Edvard Pettersen aaa9c43fe4 Don't rename cc26xx examples folder 2018-08-31 11:05:32 +02:00
Edvard Pettersen 972502b3e2 Added SimpleLink examples folder 2018-08-31 11:05:31 +02:00
Edvard Pettersen 6ed5d73990 Renamed cc26xx example folder to its actual platform name, srf06-cc26xx 2018-08-31 11:05:31 +02:00
Edvard Pettersen b605e9b43f Aligned Board Button HAL naming 2018-08-31 11:04:51 +02:00
Joakim Eriksson 8dc1116241
Merge branch 'develop' into bugfix/variable-definition 2018-08-10 18:02:03 +02:00
George Oikonomou 94fb9e2437
Merge branch 'develop' into fix-sfsimple 2018-08-08 21:42:38 +01:00
George Oikonomou c8432009e9 Move variable definition to start of function 2018-08-03 19:08:56 +01:00
ohrensessel 4e79ba949f sixtop example: fix incorrect access to uint8_t *cell_list 2018-07-30 20:53:29 +02:00
carlosgp143@gmail.com a4757cb723 Changed default values for dynamic adaptation and Q-Mode objects 2018-06-27 09:36:00 +02:00
Simon Duquennoy ae9a656632 Added examples/benchmarks directory, with code for testbed nightly runs 2018-06-12 09:44:26 +02:00
Simon Duquennoy 833cf2f87d Fix copyright headers 2018-06-06 15:38:26 +02:00
Simon Duquennoy 98338aad2d Add Flocklab Openmotes as an example deployment mapping 2018-06-06 15:38:26 +02:00
Simon Duquennoy c0a1c586be Added deployment example 2018-06-06 15:38:26 +02:00