Releases: CreatorDev/LetMeCreateIoT
Releases · CreatorDev/LetMeCreateIoT
Release 1.3.2
Release 1.3.1
Minor changes to fix build issues.
Release 1.3.0
Changelog:
LMCIoT is now available only as an app and it has been added as a submodule over at the Creator branch of Contiki. Installation instructions have changed, please check the Readme or Creator docs for details.
- weather_udp_client example added (thanks @obiltschnig)
- fixes, refactoring and consistency changes to existing uart/gpio/i2c/spi wrappers (thanks @francois-berder-imgtec)
- led wrapper added (thanks @francois-berder-imgtec)
- pwm wrapper added (thanks @francois-berder-imgtec)
- uart wrapper added
- removed power management wrapper in favour of Contiki's LPM module
- added additional abstraction to limit the amount of click patches required
- all clicks are now properly synced with LMC 1.5.1
- expanded network wrappers with functions to register custom nameservers
Release 1.1.2
Changes since 1.1.2:
- Fixes for GPIOs not working
- Replaced interrupts with gpio_monitor
Release 1.1.1
Compatible with LMC feed 1.3.0
Changes since 1.1.0:
- Added TCP wrappers (thanks @julzor42)
- Fixed ADC docs not generating properly
Drivers which are removed when downloading the feed:
- 7Seg (no PWM support)
- Bargraph (no PWM support)
- Weather (more work needed to properly grab feeds from the bosch folder)
- Rpisensehat (more work needed to properly grab feeds from the rpisensehat folder)
Release 1.1.0
Compatible with LMC feed 1.3.0
Drivers which are removed when downloading the feed:
- 7Seg (no PWM support)
- Bargraph (no PWM support)
- Weather (more work needed to properly grab feeds from the bosch folder)
- Rpisensehat (more work needed to properly grab feeds from the rpisensehat folder)
Release 1.0
Initial release, compatible with v1.1.0 LMC feed.