Commit Graph

13388 Commits

Author SHA1 Message Date
Simon Duquennoy bfb4f9537b 6p-packet example: use MAC address instead of node_id to hardcode coordinator 2018-03-01 13:34:31 +00:00
Simon Duquennoy abeffecbff
Merge pull request #329 from g-oikonomou/bugfix/add-extern-keyword
Add missing extern keyword
2018-02-28 15:25:05 +01:00
George Oikonomou 8f08ff1308 Add missing extern keyword
GCC assumes extern, but other toolchains complain about multiple variable definition at files including this header.
2018-02-28 12:51:26 +00:00
Simon Duquennoy 4f354d7929
Merge pull request #326 from g-oikonomou/bugfix/build/make-v3.81
Fix build under GNU make v3.81
2018-02-28 09:01:14 +01:00
George Oikonomou 82cbe50d0d Fix build under GNU make v3.81 2018-02-27 22:41:29 +00:00
Simon Duquennoy 0b14dc2812
Merge pull request #325 from simonduq/contrib/fix-viewconf
Fix typo in viewconf.c
2018-02-27 22:02:27 +01:00
Simon Duquennoy 508a32876d
Merge branch 'develop' into contrib/fix-viewconf 2018-02-27 20:45:42 +01:00
Simon Duquennoy 19467c5d9e Fix typo in viewconf.c 2018-02-27 10:40:56 -08:00
George Oikonomou 5550ba1e0e
Merge pull request #323 from atiselsts/contrib/cc26xx-boards
Fix BOARDS string in srf06-cc26xx platform makefile
2018-02-27 14:57:50 +00:00
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