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
Xenofon (Fontas) Fafoutis
cf291c22f0
Minor changes in the GPIO HAL
2018-04-04 11:30:32 +01:00
Xenofon (Fontas) Fafoutis
91882209bf
HAL SPI API Proposal
...
Documenting the SPI HAL API
2018-04-04 11:30:32 +01:00
Xenofon (Fontas) Fafoutis
1bb04f2d20
revert cc2538
2018-04-04 11:30:32 +01:00
Niclas Finne
0683d4dc3d
Imported SPI API from Yanzi Networks internal Contiki fork.
2018-04-04 11:30:32 +01:00
Simon Duquennoy
a6d8c9cf3f
Merge branch 'develop' into contrib/build/cleanup
2018-04-04 10:02:57 +02:00
Simon Duquennoy
802576a1bc
Merge pull request #399 from g-oikonomou/contrib/jn516x/dbg-io
...
Use os/lib/dbg-io for platform jn516x
2018-04-04 10:02:39 +02:00
George Oikonomou
e3ac8c449c
Adjust build system
...
* Remove lib from CONTIKI_TARGET_DIRS since we no longer have anything in this dir
* Build dbg.c (has been added)
* Do not build sprintf.c (has been removed)
* Add os/lib/dbg-io to MODULES
2018-04-03 22:49:41 +01:00
George Oikonomou
16f61bc769
Delete platform-specific implementation of stdio functions
2018-04-03 22:49:41 +01:00
George Oikonomou
f0315cf5c7
Implement dbg_putchar() and dbg_send_bytes()
...
Those two functions are needed so we can use os/lib/dbg-io for this platform. The old putchar() in slip.c is no longer needed.
2018-04-03 22:49:41 +01:00
George Oikonomou
76bcfcb8cc
Move slip.c to top-level platform code dir
2018-04-03 22:49:41 +01:00
Simon Duquennoy
4b11f8c99e
Merge branch 'develop' into contrib/build/cleanup
2018-04-03 14:50:17 +02:00
Simon Duquennoy
176bfb206d
Merge pull request #394 from g-oikonomou/contrib/jn516x/leftover-br
...
Delete jn516x-specific BR example
2018-04-03 14:48:22 +02:00
Simon Duquennoy
1884fe9b0e
Merge branch 'develop' into contrib/jn516x/leftover-br
2018-04-03 14:22:57 +02:00
Simon Duquennoy
1f3745f07f
Merge pull request #408 from g-oikonomou/contrib/build/remove-obsolete-makefile
...
Remove obsolete Makefile
2018-04-03 12:52:24 +02:00
Simon Duquennoy
b9f31813c2
Merge branch 'develop' into contrib/build/remove-obsolete-makefile
2018-04-03 11:59:21 +02:00
Simon Duquennoy
1d216c9e9a
Merge pull request #406 from g-oikonomou/bugfix/always-dirty
...
Fix CONTIKI_TARGET_STRING
2018-04-03 11:58:56 +02:00
George Oikonomou
46f73b9a8a
Remove obsolete Makefile
2018-04-02 23:00:52 +01:00
George Oikonomou
fab1dcc96c
Add native support to the button HAL example
2018-04-02 22:14:56 +01:00
George Oikonomou
75491b2213
Add native support to the GPIO HAL example
2018-04-02 22:14:56 +01:00