Releases: CreatorDev/contiki-old
Releases · CreatorDev/contiki-old
creatordev-contiki-0.9.2
Changes since last release:
- platform/mikro-e/contiki-mikro-e-main.c: Fixed a compile failure when using serial pads
- platform/mikro-e/dev: add proximity-click driver
- platform/mikro-e/dev: restructure proximity-click driver files and update its test app
- Add proximity click as an additional sensor in Contiki sensor
- cpu/pic32/lib/: Refactored I2C drivers and added NACK bit set
- platform/mikro-e: Changed existing click drivers & tests to use new I2C driver syntax
- cpu/pic32/lib/pic32_i2c: added documentation regarding NACK set
- cpu/pic32/lib: I2C driver now uses const pointers for sending bytes
- platform/mikro-e/proximity-click: New I2C function calls
- Added default Contiki program makefile & source
- platform/mikro-e/apps/sample-app: Changed LED_RED to LED1
- dev/ca8210: update submodule to ccaaa3afd7b5c50956f00e750e24a01daf475d8e
- platform/mikro-e: Makefile serial pads defines
- platform/mikro-e: Use serial pads defaults to Mikrobus
- platform/mikro-e: add support for custom D0 pin interrupts
- bugfix proper PIR state propagation
- platform/mikro-e/Makefile.mikro-e: pass channel and pan_id
- platform/mikro-e/Readme.md: update with new build options
- dev/ca8210: update submodule to 1a0f662e0cf88d2d0c49a56ce39b6ad1a3ca3b40
creatordev-contiki-0.9.1
Changes from last release:
- Integrated Cascoda ca8210 driver.
- Added dev/ca8210 as git submodule to pull cascoda ca8210 driver. Note its still private github repo with limited access.
- Added I2C driver.
- Added "relay-click" driver and its test application.
- Added "motion-click" driver and its test application.
- Added "thermo3-click" driver and its test application.
imgcreator-contiki-0.9.0
Initial release for IMGCreator/contiki for mikro-e port