Commit Graph

13709 Commits

Author SHA1 Message Date
Simon Duquennoy
02b96f7474 Remove warning in case coap_engine_init is called twice 2018-04-13 06:51:33 -07:00
Simon Duquennoy
7a96a8f8a9 CoAP: auto-initialize module 2018-04-13 06:51:33 -07:00
Simon Duquennoy
cc37c1a558 CoAP: enable calling coap_get_payload with a NULL pointer 2018-04-13 06:51:33 -07:00
Simon Duquennoy
38f52b7023
Merge pull request #429 from carlosgp143/contrib/rpl-leaf-only
Change RPL_LEAF_ONLY flag to a run-time flag
2018-04-12 21:04:23 +02:00
carlosgp143@gmail.com
f9c91ce527 Changed RPL_LEAF_ONLY flag to a runtime flag with getter and setter 2018-04-12 16:49:17 +02:00
Simon Duquennoy
70264ccfa5
Merge pull request #385 from yatch/pr/ndc-bugfix
Bugfix on Address Resolution by Neighbor Discovery Protocol
2018-04-07 15:30:51 +02:00
Simon Duquennoy
8abd9ad984
Merge branch 'develop' into pr/ndc-bugfix 2018-04-07 14:30:04 +02:00
Niclas Finne
403384c2a6
Merge pull request #404 from g-oikonomou/contrib/native/aropts
Tidy-up AROPTS for cpu native
2018-04-07 01:26:21 +02:00
Niclas Finne
47f7270652
Merge branch 'develop' into contrib/native/aropts 2018-04-07 00:41:10 +02:00
Simon Duquennoy
566ebdff78
Merge pull request #419 from nfi/contrib/lwm2m-tests
Fixed some issues with the LWM2M IPSO and standalone regression tests
2018-04-06 21:08:40 +02:00
Niclas Finne
c81459e565 Fixed some issues with the LWM2M IPSO and standalone regressing tests. 2018-04-06 19:01:00 +02:00
Niclas Finne
6ce1c79f8c Updated example-lwm2m-standalone to latest version 2018-04-06 18:20:00 +02:00
George Oikonomou
a94b868a4f Tidy-up AROPTS for cpu native 2018-04-06 13:45:56 +01:00
George Oikonomou
2ccf2d04ee
Merge pull request #417 from simonduq/contrib/cooja-log-buf
Cooja motes: larger log buffer
2018-04-06 13:11:38 +01:00
Simon Duquennoy
9476148191 Cooja motes: larger log buffer 2018-04-06 04:04:55 -07:00
George Oikonomou
c9edfa4e3e
Merge pull request #410 from simonduq/contrib/shell-rpl-refresh-routes
Shell: added ability to trigger a RPL DTSN increment
2018-04-06 01:12:13 +01:00
George Oikonomou
8eb9e0f276
Merge branch 'develop' into contrib/shell-rpl-refresh-routes 2018-04-05 23:47:24 +01:00
George Oikonomou
93ee1edc92
Merge pull request #412 from simonduq/fix/csma
CSMA fixes
2018-04-05 23:46:51 +01:00
George Oikonomou
e1816115be
Merge branch 'develop' into fix/csma 2018-04-05 23:12:52 +01:00
George Oikonomou
bde4768a82
Merge pull request #414 from simonduq/fix/logging
Various logging improvements
2018-04-05 23:06:39 +01:00
Simon Duquennoy
9dfcb2ebb6 Various logging improvements 2018-04-05 20:47:02 +02:00
Simon Duquennoy
c56d11502b CSMA: fix configuration bug 2018-04-05 20:44:04 +02:00
Simon Duquennoy
9630245cda CSMA: reset collision count to 0, not CSMA_MIN_BE 2018-04-05 20:43:51 +02:00
Simon Duquennoy
96032fa47b Shell: added ability to trigger a RPL DTSN increment 2018-04-05 20:33:28 +02:00
Simon Duquennoy
9a409bf264
Merge pull request #396 from g-oikonomou/contrib/build/cleanup
Various build system improvements
2018-04-05 11:19:58 +02:00
Simon Duquennoy
005a45009b
Merge branch 'develop' into contrib/build/cleanup 2018-04-05 08:37:55 +02:00
Simon Duquennoy
afff589981
Merge pull request #264 from fontikos/wip/spi-cc26xx-cc13xx
SPI HAL
2018-04-05 08:35:39 +02:00
Xenofon (Fontas) Fafoutis
9d471821a9 updated cc26xx-web-demo to new ext-flash api 2018-04-04 12:26:58 +01:00
Xenofon (Fontas) Fafoutis
f91b223c57 ext-flash: doxygen errors fixed 2018-04-04 12:23:53 +01:00
Xenofon (Fontas) Fafoutis
629803c5e5 ext-flash driver moved to arch/dev/ 2018-04-04 11:30:32 +01:00
Xenofon (Fontas) Fafoutis
ab40997fd0 ext-flash driver: minor with pin unknown 2018-04-04 11:30:32 +01:00
Xenofon (Fontas) Fafoutis
46d1dd1293 update xmem 2018-04-04 11:30:32 +01:00
Xenofon (Fontas) Fafoutis
b4b6ab1bdf improvements in ext-flash driver 2018-04-04 11:30:32 +01:00
Xenofon (Fontas) Fafoutis
1c335e9faa fix logging error 2018-04-04 11:30:32 +01:00
Xenofon (Fontas) Fafoutis
d7baa54bd0 SPI HAL API: lock()/open() and close()/unlock() merged 2018-04-04 11:30:32 +01:00
George Oikonomou
2cad626360 Rename new SPI API to spi.[ch] 2018-04-04 11:30:32 +01:00
George Oikonomou
8ea998847b Rename old msp430/sky SPI driver 2018-04-04 11:30:32 +01:00
George Oikonomou
ee4e287fc5 Rename old SPI API to -legacy.h 2018-04-04 11:30:32 +01:00
George Oikonomou
448ee8ae96 Rename arch-specific SPI HAL implementations 2018-04-04 11:30:32 +01:00
George Oikonomou
34df610fcc Remove spi-hal-arch.h (CC2538) 2018-04-04 11:30:32 +01:00
George Oikonomou
03c63bdd0f Remove spi-hal-arch.h (CC13xx/CC26xx) 2018-04-04 11:30:32 +01:00
George Oikonomou
7160e1dbd2 Change the way of configuring SPI controller count 2018-04-04 11:30:32 +01:00
George Oikonomou
f6f0c15421 Rename macro and move to HAL 2018-04-04 11:30:32 +01:00
George Oikonomou
0695810044 Rename old CC2538 SPI driver 2018-04-04 11:30:32 +01:00
George Oikonomou
4a0dcf5f1e Minor code style fixes 2018-04-04 11:30:32 +01:00
George Oikonomou
e7eee05c7d Add some inludes explicitly 2018-04-04 11:30:32 +01:00
George Oikonomou
fe05c6f865 Fix doxygen errors 2018-04-04 11:30:32 +01:00
Xenofon (Fontas) Fafoutis
2a7e9f0835 SPI HAL implementation for CC2538 2018-04-04 11:30:32 +01:00
Xenofon (Fontas) Fafoutis
5e79f0a922 spi hal implementation for sensortag 2018-04-04 11:30:32 +01:00
xenofon (Fontas) Fafoutis
e7d7ee3962 generic spi driver for cc26xx-cc13xx
launchpad and ext-flash implementation
2018-04-04 11:30:32 +01:00