Commit Graph

13575 Commits

Author SHA1 Message Date
George Oikonomou
b1537374fb Migrate to the new LED HAL (CC26xx/CC13xx) 2018-03-01 15:29:30 +00:00
George Oikonomou
ab710a8ed0 Implement the new LED HAL (Sensortag CC26xx/CC13xx) 2018-03-01 15:29:29 +00:00
George Oikonomou
877c758aaf Implement the new LED HAL (Launchpad CC26xx/CC13xx) 2018-03-01 15:29:29 +00:00
George Oikonomou
f932e51128 Implement the new LED HAL (SmartRF06 CC26xx/CC13xx) 2018-03-01 15:29:29 +00:00
George Oikonomou
ce4caf2c7c Implement and use the new LED HAL (Zoul) 2018-03-01 15:29:29 +00:00
George Oikonomou
e39472f7d0 Implement and use the new LED HAL (OpenMote) 2018-03-01 15:29:29 +00:00
George Oikonomou
f468fcd2a7 Implement and use the new LED HAL (CC2538DK) 2018-03-01 15:29:29 +00:00
George Oikonomou
424bee9464 Add CC2538 GPIO conversion macro 2018-03-01 15:29:29 +00:00
George Oikonomou
e361440326 Introduce new LED Hardware Abstraction Layer 2018-03-01 15:29:28 +00:00
George Oikonomou
17806f3815
Merge pull request #324 from atiselsts/bugfix/example-compilation
Fix building of examples
2018-03-01 15:24:49 +00:00
George Oikonomou
b632064f3d Compile-test zoul examples 2018-03-01 15:05:18 +00:00
George Oikonomou
bd73649eac Update Zoul rev-b Makefile to specify the BOARD
The examples in this directory are only meant for BOARD remote-revb
2018-03-01 15:05:18 +00:00
George Oikonomou
f22b54ae9f Update Zoul/Orion example Makefile.target to specify the board 2018-03-01 15:05:18 +00:00
George Oikonomou
6004084785 Fix Zoul build when RTCC is enabled 2018-03-01 13:34:32 +00:00
George Oikonomou
c4f7d0f147 Fix Zoul at-test example
Add missing include and fix the CONTIKI path in the makefile
2018-03-01 13:34:32 +00:00
Simon Duquennoy
635d8d78f7 Zoul platform.c: include stdlib.h 2018-03-01 13:34:32 +00:00
Simon Duquennoy
a2262786b1 Zoul platform.c: removing leftover PRINTF 2018-03-01 13:34:32 +00:00
Simon Duquennoy
b321e3e11a Zoul at-test example: added missing include 2018-03-01 13:34:32 +00:00
Atis Elsts
b2063a9815 Zoul: test-servo.c was defined as project multiple times 2018-03-01 13:34:32 +00:00
Atis Elsts
3a1b830f92 MQTT demo: add missing include 2018-03-01 13:34:32 +00:00
Atis Elsts
a64d5e0c18 Include strings.h for strncasecmp() 2018-03-01 13:34:31 +00:00
Atis Elsts
6ced7e506f IPSO objects: include dev/leds.h 2018-03-01 13:34:31 +00:00
Simon Duquennoy
0290692815 ipv6-hooks example: added missing include 2018-03-01 13:34:31 +00:00
Simon Duquennoy
bfb4f9537b 6p-packet example: use MAC address instead of node_id to hardcode coordinator 2018-03-01 13:34:31 +00:00
Atis Elsts
df160d9347 CC26xx IEEE mode radio driver: allow reception of packets shorter than 5 bytes 2018-03-01 13:26:56 +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