Arduino Core API Module for Zephyr v0.1.2
Pre-release
Pre-release
What's Changed
- create install script for linux by @DhruvaG2000 in #45
- Kconfig: Update to use imply and rid module.conf by @DhruvaG2000 in #48
- Add nrf52840dk by @szczys in #32
- variants: add support for arduino_mkrzero by @DhruvaG2000 in #36
- variants: bunch all includes in common file by @DhruvaG2000 in #49
- workflow: setup checkpatch workflow by @DhruvaG2000 in #58
- variants: arduino_nano_33_iot: Fix 'i2c0' fail to resolve by @soburi in #55
- Create common digital pin definition by @soburi in #53
- zephyrCommon: Implement analogWrite() by @soburi in #56
- zephyrCommon: Implement analogRead()/analogReference() by @soburi in #54
- zephyrCommon: Add Print::write(const uint8_t*, size_t) default implementation by @soburi in #57
- variants: arduino_nano_33_iot: describe unit address in hex by @soburi in #63
- zephyrSerial: Redesign to supporting hardware serial by @soburi in #64
- libraries: Wire: Instantiate Wire following dts configuration by @soburi in #62
- variants: Introduce a digital-pins array to define digital pin by @soburi in #60
- zephyrCommon: Implement attachInterrupt()/detachInterrupt() by @soburi in #51
- variants: Introduce the builtin-led-gpios node by @soburi in #61
New Contributors
Full Changelog: v0.1.1...v0.1.2