Simon Duquennoy
f9134b1198
Add mising TSCH constants for platforms openmote-cc2528 and cc2538dk
2018-10-16 09:23:54 +02:00
George Oikonomou
3cc4d2d2e0
Merge branch 'develop' into bugfix/simplelink/board
2018-10-12 14:53:08 +01:00
George Oikonomou
8ea3e9fb77
Improve code style
2018-10-12 13:47:01 +01:00
George Oikonomou
3ba8afea79
Harmonize usage across XXwares and CC2640R2-SDK
2018-10-12 13:47:00 +01:00
George Oikonomou
8e990819a8
Remove all instances of ti_lib_rom_ macros
2018-10-12 13:47:00 +01:00
Simon Duquennoy
5cecd5f9c4
Merge branch 'develop' into bugfix/simplelink/board
2018-10-12 14:16:23 +02:00
Simon Duquennoy
b80d113253
Add a common set of portable RTIMER_BUSY_WAIT functions
2018-10-12 09:08:03 +02:00
George Oikonomou
00291a5fa0
Merge branch 'develop' into contrib/cc1200-tsch
2018-10-10 22:19:23 +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
fac787231d
Added TSCH_CONF_ARCH_HDR_PATH for platform-specific TSCH includes
2018-10-10 16:52:33 +02:00
George Oikonomou
123b38fc2b
Rename make variable to better match current practice
2018-10-05 11:13:51 +01:00
George Oikonomou
085601f795
Default to using os/lib/dbg-io for all arm-powered platforms
...
With the exception of one specific build configuration for platform nrf52dk, all our arm-based platforms use the debugging I/O library from os/lib/dbg-io. This commit changes the build system to include this module by default for all arm devices. Platform / CPU Makefiles will no longer need to request this MODULE explicitly. Configuration provided to allow exclusion where required, as is the case for nrf52dk when NRF52_USE_RTT is set to 1.
2018-10-04 15:49:59 +01:00
Simon Duquennoy
22cbced037
TSCH: timeslot timing templates as const
2018-10-04 13:07:25 +02:00
Simon Duquennoy
cc0c70c1b3
TSCH: move 10ms and 15ms timeslot timings to separate files
2018-10-04 10:50:10 +02:00
Simon Duquennoy
5497dc1e20
TSCH: timeslot timings as a structure, for flexible configuration
2018-10-04 10:50:09 +02:00
Simon Duquennoy
572c6725d3
TSCH: configurable byte air time and PHY overhead
2018-10-04 10:50:09 +02:00
Simon Duquennoy
64ce406ae4
Zoul: TSCH configuration assuming not only cc2538
2018-10-04 10:50:01 +02:00
Atis Elsts
ad577cf77f
Add TSCH stats
2018-09-27 16:00:36 +01:00
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
Rehan MALAK
75d372cde4
minor refactoring of hdc-1000-sensor following commit f4a8cba37
2018-09-21 12:30:53 +02:00
George Oikonomou
9a2a3d50aa
Merge branch 'develop' into contrib/cc26xx/bootloader-config
2018-09-17 13:26:01 +01:00
George Oikonomou
bb6e8d9bea
Merge branch 'develop' into contrib/flash-pins
2018-09-17 11:45:40 +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
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
Edvard Pettersen
a7352dc747
Merge branch 'develop' into contrib/ti-simplelink
2018-09-12 12:39:18 +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
Jinyan BAI
3ece31be30
add support for TI's CC2640R2
2018-09-11 12:43:27 +01: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
Edvard Pettersen
232fbd4c98
Fixed travis errors
2018-08-31 16:39:20 +02:00
Edvard Pettersen
d0124e3de7
Reverting API change to GPIO HAL
2018-08-31 11:06:32 +02:00
Edvard Pettersen
eda0a9b962
Added SPI pin declarations to Board files
2018-08-31 11:06:31 +02:00
Edvard Pettersen
f0419b21bc
Removed unused custom board
2018-08-31 11:06:31 +02:00
Edvard Pettersen
1ddbedaacc
Renamed cpu dir to simplelink-cc13xx-cc26xx
2018-08-31 11:06:31 +02:00
Edvard Pettersen
fff8e832e2
Conditionally print PANID if successfully received
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
f2ff81a0e3
Fixed CORE_SDK checks, and some grammar fixes
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
844f01de35
Fixed compile errors and made examples compile
2018-08-31 11:05:33 +02:00
Edvard Pettersen
7cf843f601
Uncrustify
2018-08-31 11:05:32 +02:00
Edvard Pettersen
08bda8bed7
Fixed compiler errors
2018-08-31 11:05:32 +02:00
Edvard Pettersen
813543b569
Implented SPI HAL for CC13xx/CC26xx
2018-08-31 11:05:31 +02:00
Edvard Pettersen
7002309c23
Makefile rework
2018-08-31 11:05:31 +02:00
Edvard Pettersen
ee0a4df7bf
Cleanup in Makefiles
2018-08-31 11:05:31 +02:00
Edvard Pettersen
8fb568a7a2
Removed Display from Board files
2018-08-31 11:05:31 +02:00
Edvard Pettersen
a199809298
Added the Core SDK submodule
2018-08-31 11:05:30 +02:00