Commit Graph

13379 Commits

Author SHA1 Message Date
Atis Elsts
02f26ffff5 Fix BOARDS string in srf06-cc26xx platform makefile to accurately reflect all valid values of the BOARD variable 2018-02-27 12:03:58 +00:00
Simon Duquennoy
cd317942e1
Merge pull request #321 from simonduq/contrib/dot-s-files
Makefile.include: support assembly file extensions .s in addition to .S
2018-02-27 09:34:30 +01:00
Simon Duquennoy
2d74971a91 Makefile.include: support assembly file extensions .s in addition to .S 2018-02-26 08:26:49 -08:00
Simon Duquennoy
a581261e2c
Merge pull request #318 from g-oikonomou/contrib/build/framer
Tidy-up MODULES
2018-02-26 10:04:38 +01:00
Simon Duquennoy
83181bdde4
Merge branch 'develop' into contrib/build/framer 2018-02-26 09:10:58 +01:00
Simon Duquennoy
77d50b2821
Merge pull request #320 from g-oikonomou/contrib/readme
Update README wording and add shields
2018-02-26 09:10:46 +01:00
Simon Duquennoy
02227c6e66
Merge branch 'develop' into contrib/readme 2018-02-26 08:46:43 +01:00
George Oikonomou
a89b356e60 Update README wording and add shields 2018-02-26 01:16:18 +00:00
George Oikonomou
1c993bf354 Remove unnecessary MODULES from platform Makefiles 2018-02-26 00:07:20 +00:00
George Oikonomou
73ce7995a3 Add os/net/mac/framer to top-level Makefile MODULES 2018-02-26 00:07:20 +00:00
George Oikonomou
abd18639bc
Merge pull request #317 from g-oikonomou/contrib/gpio/zoul-sensor-drivers
Use the GPIO HAL for Zoul sensor drivers
2018-02-26 00:06:54 +00:00
George Oikonomou
cab38d9ea8 Use the GPIO HAL for Zoul sensor drivers 2018-02-25 23:15:56 +00:00
George Oikonomou
2138eb08d6
Merge pull request #307 from simonduq/contrib/tsch-print-schedule
TSCH schedule printout
2018-02-25 21:57:38 +00:00
George Oikonomou
1f44c1530e
Merge branch 'develop' into contrib/tsch-print-schedule 2018-02-25 18:48:00 +00:00
George Oikonomou
7dfb590a08
Merge pull request #316 from simonduq/contrib/log-enabled
Only use LOG_*_ENABLED flags from within C 'if' statements
2018-02-25 18:46:30 +00:00
George Oikonomou
92cc2843a8
Merge branch 'develop' into contrib/log-enabled 2018-02-25 17:44:32 +00:00
George Oikonomou
2467b36a0e
Merge pull request #257 from g-oikonomou/contrib/gpio-hal
Add GPIO Hardware Abstraction Layer
2018-02-25 17:44:13 +00:00
Simon Duquennoy
e30423f6cc
Merge branch 'develop' into contrib/gpio-hal 2018-02-25 18:17:32 +01:00
Simon Duquennoy
075d42ca24 Document LOG_*_ENABLED macros 2018-02-25 06:24:00 -08:00
Simon Duquennoy
ddaacdd41d Only use LOG_*_ENABLED flags from within C 'if' statements 2018-02-25 06:23:42 -08:00
George Oikonomou
fa92115099
Merge pull request #313 from simonduq/contrib/remove-old-flags
Removing obsolete flag RPL_NS_LINK_NUM
2018-02-25 00:27:15 +00:00
Simon Duquennoy
16c4b2fe6c Removing obsolete flag RPL_NS_LINK_NUM 2018-02-24 15:27:40 -08:00
George Oikonomou
12432cbdd0
Merge pull request #297 from simonduq/contrib/PRI
Use PRI macros for safe printf and logs
2018-02-24 15:24:26 +00:00
George Oikonomou
46cf366698
Merge branch 'develop' into contrib/PRI 2018-02-24 15:03:46 +00:00
George Oikonomou
ada9b317fd
Merge pull request #306 from simonduq/contrib/native-conf-mac
Platform native: make MAC address configurable
2018-02-24 13:21:03 +00:00
George Oikonomou
48ffc8f6f1 Compile-test the GPIO HAL example 2018-02-24 12:50:03 +00:00
George Oikonomou
b9a321d602 Add GPIO HAL example 2018-02-24 12:50:02 +00:00
George Oikonomou
df0659cd1a Use the GPIO HAL (CC2538DK) 2018-02-24 12:50:02 +00:00
George Oikonomou
488a906018 Use the GPIO HAL (OpenMote CC2538) 2018-02-24 12:50:02 +00:00
George Oikonomou
749c4e5cd8 Use the GPIO HAL (Zoul) 2018-02-24 12:50:02 +00:00
George Oikonomou
095a89d937 Adjust CC2538 CPU drivers to use the GPIO HAL 2018-02-24 12:50:02 +00:00
George Oikonomou
10c2bcde15 Build the GPIO HAL for the CC2538 2018-02-24 12:50:02 +00:00
George Oikonomou
ab7d7cd9f4 Implement the GPIO HAL for the CC2538 2018-02-24 12:50:02 +00:00
George Oikonomou
f1d1932c5c Adjust CC13xx/CC26xx drivers to use the GPIO HAL 2018-02-24 12:50:01 +00:00
George Oikonomou
421d95bc00 Build the GPIO HAL for CC13xx/CC26xx 2018-02-24 12:50:01 +00:00
George Oikonomou
d88c3d0c01 Implement the GPIO HAL for CC13xx/CC26xx 2018-02-24 12:50:01 +00:00
George Oikonomou
565305d6c3 Introduce new GPIO Hardware Abstraction Layer 2018-02-24 12:50:01 +00:00
George Oikonomou
5065bf0519
Merge branch 'develop' into contrib/native-conf-mac 2018-02-24 12:37:43 +00:00
George Oikonomou
8f0d0edce7
Merge pull request #309 from nfi/contrib/remove-CCIF-CLIF
Remove the remaining obsolete Contiki Interface declaration macros (CCIF/CLIF)
2018-02-24 12:36:38 +00:00
Simon Duquennoy
884ba9805c Added missing inclusions of inttypes.h 2018-02-23 10:58:46 -08:00
Simon Duquennoy
9596a4285e Use PRI macros for safe printf and logs 2018-02-23 10:58:45 -08:00
Simon Duquennoy
539d717263 Fix simple-node example configuration 2018-02-23 05:56:39 -08:00
Simon Duquennoy
8f742a1a62 tsch_schedule_print: use LOG_PRINT instead of printf 2018-02-23 05:56:39 -08:00
Simon Duquennoy
70b43e0bf6 Logging module: added ability to force logging 2018-02-23 05:28:40 -08:00
Simon Duquennoy
38caaeb9d1 Platform native: make MAC address configurable 2018-02-23 04:22:01 -08:00
Niclas Finne
309745780e Removed the remaining Contiki Interface declaration macros (CCIF/CLIF) 2018-02-21 01:14:10 +01:00
Simon Duquennoy
ef59ce132f
Merge pull request #300 from g-oikonomou/contrib/license
Fix project name
2018-02-19 22:17:00 +01:00
George Oikonomou
f34e0994d5 Fix project name 2018-02-19 01:39:38 +00:00
George Oikonomou
296f7efcd4
Merge pull request #295 from g-oikonomou/bugfix/cc13xx-cc26xx/serial-shell
Allow Shell operaction for CC13xx/CC26xx
2018-02-17 00:14:29 +00:00
George Oikonomou
fd72afbfcb Allow Shell operaction for CC13xx/CC26xx
Fixes #187
2018-02-16 15:42:45 +00:00