Skip to content

Releases: CreatorDev/contiki-old

creatordev-contiki-0.9.2

06 Sep 13:24
Compare
Choose a tag to compare
Pre-release

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

30 Jun 05:13
Compare
Choose a tag to compare
Pre-release

Changes from last release:

  1. Integrated Cascoda ca8210 driver.
  2. Added dev/ca8210 as git submodule to pull cascoda ca8210 driver. Note its still private github repo with limited access.
  3. Added I2C driver.
  4. Added "relay-click" driver and its test application.
  5. Added "motion-click" driver and its test application.
  6. Added "thermo3-click" driver and its test application.

imgcreator-contiki-0.9.0

17 May 07:31
Compare
Choose a tag to compare
Pre-release

Initial release for IMGCreator/contiki for mikro-e port