Commit Graph

13631 Commits

Author SHA1 Message Date
George Oikonomou
b8a43e8bf9 Implement the button HAL for platform native 2018-04-02 22:14:55 +01:00
George Oikonomou
4ededd17d6 Emulate interrupt manipulation on native 2018-04-02 22:13:56 +01:00
Simon Duquennoy
18a2a49d66
Merge pull request #397 from g-oikonomou/contrib/mqtt-client-no-ext
Allow the MQTT client to build & work without platform-specific extensions
2018-04-02 22:59:58 +02:00
Simon Duquennoy
f43f9a0f43
Merge branch 'develop' into contrib/mqtt-client-no-ext 2018-04-02 22:03:33 +02:00
Simon Duquennoy
4eabf542be
Merge pull request #402 from g-oikonomou/contrib/gpio/logging
Add some logging to the GPIO HAL
2018-04-02 22:03:21 +02:00
Simon Duquennoy
5e21edb20b
Merge branch 'develop' into contrib/gpio/logging 2018-04-02 21:15:16 +02:00
Simon Duquennoy
318d3e003a
Merge pull request #403 from g-oikonomou/contrib/native/remove-typedefs
Remove obsolete typedefs from platform native
2018-04-02 21:14:53 +02:00
Simon Duquennoy
fb93316f21
Merge branch 'develop' into contrib/native/remove-typedefs 2018-04-02 20:33:24 +02:00
Simon Duquennoy
3a8be60c09
Merge pull request #405 from g-oikonomou/contrib/led-hal/no-led-support
Allow the LED HAL to work on platforms without LEDs
2018-04-02 20:32:47 +02:00
Simon Duquennoy
d01f6381be
Merge branch 'develop' into contrib/led-hal/no-led-support 2018-04-02 19:26:27 +02:00
Simon Duquennoy
588527a8fc
Merge pull request #407 from g-oikonomou/contrib/gitignore
Add some build artifacts to .gitignore
2018-04-02 19:26:16 +02:00
Simon Duquennoy
419fd3e4ed
Merge branch 'develop' into contrib/gitignore 2018-04-02 18:49:50 +02:00
Simon Duquennoy
e29b9ff43c
Merge pull request #371 from g-oikonomou/contrib/dbg-io
Move debug functions to os/lib/dbg-io
2018-04-02 18:48:43 +02:00
George Oikonomou
7a17d652b5 Git ignore the msp430-specific .firmware make target 2018-04-02 15:50:09 +01:00
George Oikonomou
4bc9424dd3 Ignore .e and .o even if outside obj_<target> 2018-04-02 15:48:48 +01:00
George Oikonomou
a025a9020f Allow the MQTT client to build & work without platform-specific extensions 2018-04-01 16:53:12 +01:00
George Oikonomou
84a74907f3 Allow the LED HAL to work on platforms without LEDs 2018-04-01 15:20:19 +01:00
George Oikonomou
1d59a258ed Remove obsolete typedefs 2018-04-01 14:34:52 +01:00
George Oikonomou
59e26c8b21 Add some logging to the GPIO HAL 2018-04-01 14:33:04 +01:00
George Oikonomou
148e796ee1 Don't implement putc and __sp
Those two functions are not necessary in Contiki-NG
2018-03-30 22:21:24 +01:00
George Oikonomou
b2438b4563 Enable putchar for all arm platforms
Instead of having to #undef putchar in every file where we want to use it, we undef it across the board. See the comment in arm-def.h as to why this needs done.
2018-03-30 22:20:48 +01:00
George Oikonomou
87dfa61fd6 Use dbg.c from the CPU dir and delete platform file 2018-03-30 21:06:52 +01:00
George Oikonomou
04ca5fd46a Update doxygen content and structure 2018-03-30 15:24:04 +01:00
George Oikonomou
86b10b69aa Resolve multiple symbol definitions 2018-03-30 15:23:50 +01:00
George Oikonomou
1bf1f37b24 Build dbg-io as a module 2018-03-30 15:23:50 +01:00
George Oikonomou
6d592945a0 Use a single common dbg.h 2018-03-30 15:23:50 +01:00
George Oikonomou
40f6b1a2ba Rename files to resolve filename conflicts 2018-03-30 15:23:50 +01:00
George Oikonomou
ed3e2c850e Remove depedency to a debug-uart.h 2018-03-30 15:23:50 +01:00
George Oikonomou
8e52414e44 Fix naming convention 2018-03-30 15:23:50 +01:00
George Oikonomou
bb338affeb Move dbg-io to os 2018-03-30 15:23:50 +01:00
George Oikonomou
a0e8b51950 Add license and copyright notice 2018-03-30 15:23:50 +01:00
George Oikonomou
89148eb030 Include contiki.h 2018-03-30 15:23:49 +01:00
George Oikonomou
888a99ed3c Move macros to top of file 2018-03-30 15:23:49 +01:00
George Oikonomou
4e3c7efa5f Fix code style 2018-03-30 15:23:49 +01:00
George Oikonomou
632ab90161 Apply cosmetic changes 2018-03-30 15:23:49 +01:00
George Oikonomou
941d8457b4
Merge pull request #357 from yatch/pr/6top-protocol-draft-10
Update 6top Protocol (6P) to draft-10
2018-03-29 16:30:14 +01:00
George Oikonomou
613ac9aa78
Merge branch 'develop' into pr/6top-protocol-draft-10 2018-03-29 15:35:03 +01:00
George Oikonomou
dbcb653a9e
Merge pull request #310 from atiselsts/contrib/cc26xx-stack-size
CC26xx: increase size of the region reserved for stack from 256 bytes to 1024 bytes
2018-03-29 15:34:41 +01:00
Yasuyuki Tanaka
c7d60bc8a6 sixtop: update to draft-ietf-6tisch-6top-protocol-10
- remove the schedule generation management using GEN field
- add SIGNAL command
- add RC_ERR_SEQNUM
- rename and reorder return codes
2018-03-29 16:19:21 +02:00
Yasuyuki Tanaka
62a93a7e62 sixtop: fix typos in error messages 2018-03-29 16:19:21 +02:00
Atis Elsts
94db704b44 change project-conf.f for cc26xx-web-demo to make it link with the new stack region size on cc26xx 2018-03-29 14:15:47 +01:00
Atis Elsts
a9e9d0f3ec CC26xx: increase size of the region reserved for stack from 256 bytes to 1024 bytes 2018-03-29 14:09:38 +01:00
George Oikonomou
8cc1713e93
Merge pull request #379 from simonduq/contrib/tsch-cleanup
Cleanup TSCH .h files
2018-03-29 12:48:00 +01:00
Simon Duquennoy
a3e62befb8 TSCH: rework .h system, now following the same structure as rpl-lite 2018-03-28 10:39:41 -07:00
Simon Duquennoy
9a6bbdcb5c
Merge pull request #304 from superjudge/fix_observer
Fix observer and block-wise transfer interaction
2018-03-28 11:02:25 +02:00
Joakim Eriksson
5e45ffc194
Merge branch 'develop' into fix_observer 2018-03-28 08:21:47 +02:00
George Oikonomou
e3582b331e
Merge pull request #383 from simonduq/fix/test-br-real-time
Border router tests: make all simulations real-time
2018-03-27 21:46:34 +01:00
Simon Duquennoy
d157fc721d
Merge branch 'develop' into fix/test-br-real-time 2018-03-27 21:21:46 +02:00
Simon Duquennoy
e405eed509
Merge pull request #384 from simonduq/simonduq-patch-1
Compile test log summary format
2018-03-27 21:21:34 +02:00
Simon Duquennoy
06b12a0a72
Merge branch 'develop' into simonduq-patch-1 2018-03-27 20:40:14 +02:00