Commit Graph

14493 Commits

Author SHA1 Message Date
George Oikonomou ba73abfeac Provide default board for platform simplelink
If BOARD is unspecified, simplelink platform's build system will generate an error instead of choosing a default. This is a) inconsistent with what we do for other platforms and b) problematic because making targets clean, distclean etc will fail.
2018-09-23 12:59:43 +01:00
George Oikonomou 9e2ffda2da
Merge pull request #668 from Rehan-MALAK/missing-header
missing header inttypes.h
2018-09-23 14:32:27 +03:00
George Oikonomou 4f7c32a13e
Merge branch 'develop' into missing-header 2018-09-23 14:01:36 +03:00
George Oikonomou 6827cfff8f
Merge pull request #666 from Rehan-MALAK/fix-bug-simplelink-boards-name
remove bug in simplelink boards name
2018-09-23 14:01:23 +03:00
George Oikonomou 36e1a8f82d
Merge branch 'develop' into missing-header 2018-09-23 13:49:17 +03:00
George Oikonomou ac6e42c42f
Merge branch 'develop' into fix-bug-simplelink-boards-name 2018-09-21 23:02:52 +03:00
George Oikonomou 350d1fcc51
Merge pull request #667 from Rehan-MALAK/minor-refactor-hdc-1000-sensor
minor refactoring of hdc-1000-sensor following commit f4a8cba37
2018-09-21 23:02:24 +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 665dfa175e remove bug in simplelink boards name
make -C tests/compile-all was emitting lots of

../../arch/platform/simplelink/Makefile.simplelink:28: *** Board 'launchpad/cc2650sensortag/cc1350' does not corresponding to any SimpleLink family. Make sure your BOARD variable is correct..  Stop.
2018-09-21 09:55:32 +02:00
Simon Duquennoy f69f1fe319
Merge pull request #664 from Rehan-MALAK/platforms_exclude_benchmarks
exclude some platforms from benchmarks
2018-09-21 09:35:18 +02:00
Rehan MALAK 53e4892c1d exclude some platforms from benchmarks 2018-09-20 15:09:30 +02:00
George Oikonomou 2866820ff7
Merge pull request #658 from atiselsts/contrib/cc26xx-assoc-time
CC26xx/CC13xx: update the TSCH_CONF_ASSOCIATION_POLL_FREQUENCY parameter to make it associate faster
2018-09-17 16:51:36 +01:00
Atis Elsts cb55197f90 CC26xx/CC13xx: update the TSCH_CONF_ASSOCIATION_POLL_FREQUENCY parameter to make it associate faster 2018-09-17 14:28:23 +01:00
George Oikonomou 182ef5a974
Merge pull request #622 from g-oikonomou/contrib/cc26xx/bootloader-config
Simplify configuration of the CC13xx/CC26xx ROM bootloader
2018-09-17 14:11:24 +01:00
George Oikonomou 9a2a3d50aa
Merge branch 'develop' into contrib/cc26xx/bootloader-config 2018-09-17 13:26:01 +01:00
George Oikonomou ccc89bf745
Merge pull request #660 from atiselsts/contrib/gpio-hal-interrupt
CC26xx/CC13xx GPIO interrupt hal: clear the interrupt flags before calling the callbacks, not after
2018-09-17 13:21:21 +01:00
George Oikonomou 18af632c08
Merge branch 'develop' into contrib/gpio-hal-interrupt 2018-09-17 12:50:42 +01:00
George Oikonomou 93c65037ab
Merge pull request #661 from atiselsts/contrib/flash-pins
remove duplicate definitions of CC26xx/CC13xx flash pins
2018-09-17 12:50:26 +01:00
George Oikonomou bb6e8d9bea
Merge branch 'develop' into contrib/flash-pins 2018-09-17 11:45:40 +01:00
George Oikonomou b142f3d179
Merge pull request #651 from Rehan-MALAK/null-character
add '\0' terminal character
2018-09-17 11:45:15 +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
George Oikonomou 917333dbeb
Merge pull request #655 from Rehan-MALAK/update-uncrustify-conf
update uncrustify configuration
2018-09-17 11:13:08 +01:00
George Oikonomou 8c02a4bec8
Merge pull request #659 from atiselsts/contrib/rm-button-shutdown
Remove some dead code from srf06-cc26xx config files
2018-09-17 10:08:48 +01:00
George Oikonomou dac555f208
Merge branch 'develop' into contrib/rm-button-shutdown 2018-09-17 09:21:53 +01:00
Simon Duquennoy 7445a13ca3
Merge pull request #647 from g-oikonomou/bugfix/mcast-stats
Fix multicast engine stats extension usage
2018-09-17 09:57:27 +02:00
Simon Duquennoy ba8f8b9bda
Merge branch 'develop' into bugfix/mcast-stats 2018-09-16 20:03:30 +02:00
Atis Elsts f63012137d CC26xx/CC13xx GPIO interrupt hal: clear the interrupt flags before calling the callbacks, not after 2018-09-15 14:37:17 +01:00
Atis Elsts 8d12ca730f remove duplicate definitions of CC26xx/CC13xx flash pins 2018-09-15 14:30:17 +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 ee9d123842 update uncrustify configuration 2018-09-13 11:12:36 +02:00
Rehan MALAK 9a5373f267 fix indentation 2018-09-13 10:02:36 +02:00
Rehan MALAK 163f455fc7 add '\0' terminal character 2018-09-13 10:02:36 +02:00
George Oikonomou c5a434acea
Merge pull request #653 from onefreebjy/ti-cc2640r2-ble5
Add Bluetooth 5 functionalities to CC2640R2
2018-09-12 23:11:02 +01:00
Jinyan BAI 22718bae34 Edit comments to pass doxygen test 2018-09-12 22:44:33 +01:00
George Oikonomou 0f42e81538
Merge branch 'develop' into ti-cc2640r2-ble5 2018-09-12 12:24:12 +01:00
George Oikonomou 44bb771e56
Merge pull request #609 from tiepettersen/contrib/ti-simplelink
TI CC13xx/CC26xx SimpleLink platform
2018-09-12 12:08:46 +01:00
Edvard Pettersen a7352dc747 Merge branch 'develop' into contrib/ti-simplelink 2018-09-12 12:39:18 +02:00
George Oikonomou 4dcdf45a79
Merge pull request #652 from onefreebjy/ti-cc2640r2
Add support for TI's CC2640R2
2018-09-12 11:00:22 +01:00
Edvard Pettersen 113302d1bc Fixed wrong filename include
Will only trigger an error on case-sensitive systems
2018-09-12 09:50:19 +02:00
Edvard Pettersen 5ea0c80ae1
Merge branch 'develop' into contrib/ti-simplelink 2018-09-12 09:27:43 +02:00
Jinyan BAI a4598b2660 add missing ';' 2018-09-12 00:31:39 +01:00
Jinyan BAI 7acf0bff18 use non-ROM variant functions
since the ROM ones are no longer supported in cc2640r2sdk
2018-09-11 23:42:36 +01:00
Jinyan BAI b82851568f get rid of undeclared identifier 2018-09-11 19:17:26 +01:00
Edvard Pettersen 02fc8fdede Merge branch 'contrib/ti-simplelink' of https://github.com/tiepettersen/contiki-ng into contrib/ti-simplelink 2018-09-11 17:51:54 +02:00
Edvard Pettersen dee1584312 Added missing button defines for sensortag/cc2650 Board 2018-09-11 17:50:11 +02:00
Edvard Pettersen e212fd31fe Added missing defines for PLATFORM_HAS_* 2018-09-11 17:39:17 +02:00
Edvard Pettersen 84384d5efc Added missing LED define in sensortag/cc1350 Board 2018-09-11 16:45:21 +02:00
Jinyan BAI 46eca2ee25 Fix some code style problems 2018-09-11 15:23:34 +01:00