New
0.14.3
What's Changed
- nrf52: Implement writev_blocking for i2cdma by @Grazfather in https://github.com/ZigEmbeddedGroup/microzig/pull/636
- build_system:
stackoption inTargetby @tact1m4n3 in https://github.com/ZigEmbeddedGroup/microzig/pull/640 - rp2xxx: Remove SchmittTrigger, use Enabled by @Gnyblast in https://github.com/ZigEmbeddedGroup/microzig/pull/635
- rp2xxx: Fix pins.zig and examples by @tact1m4n3 in https://github.com/ZigEmbeddedGroup/microzig/pull/643
- I2c interface by @Grazfather in https://github.com/ZigEmbeddedGroup/microzig/pull/642
- cortex_m+hazard3+rp2xxx: Ram vector table refactor by @tact1m4n3 in https://github.com/ZigEmbeddedGroup/microzig/pull/641
- drivers: sensors: Add TLV493D sensor driver by @Grazfather in https://github.com/ZigEmbeddedGroup/microzig/pull/638
- rp2xxx: rom refactoring and support for rp2350 by @tact1m4n3 in https://github.com/ZigEmbeddedGroup/microzig/pull/647
- I2C_Device: Make is_reserved return an AddressError by @Grazfather in https://github.com/ZigEmbeddedGroup/microzig/pull/648
- rp2xxx: Add set_interrupts_enabled and non blocking read to uart hal by @tact1m4n3 in https://github.com/ZigEmbeddedGroup/microzig/pull/644
- ATDF nested register groups by @mattnite in https://github.com/ZigEmbeddedGroup/microzig/pull/650
- General bug fixing by @tact1m4n3 in https://github.com/ZigEmbeddedGroup/microzig/pull/652
- drivers: Add MPU-6050 driver by @tact1m4n3 in https://github.com/ZigEmbeddedGroup/microzig/pull/654
- Clock device refactor by @tact1m4n3 in https://github.com/ZigEmbeddedGroup/microzig/pull/655
- rp2xxx: add fpu and dcp support by @tact1m4n3 in https://github.com/ZigEmbeddedGroup/microzig/pull/653
- STM32F103 Small APIS and changes by @RecursiveError in https://github.com/ZigEmbeddedGroup/microzig/pull/639
- feat: add nxp mcx port by @rmrt1n in https://github.com/ZigEmbeddedGroup/microzig/pull/649
- Overhaul i2c_device interfaces, implement, update some drivers by @Grazfather in https://github.com/ZigEmbeddedGroup/microzig/pull/645
- rp2xxx: Set entry point symbol for flashless targets by @Grazfather in https://github.com/ZigEmbeddedGroup/microzig/pull/659
- Miscellaneous cleanup by @Grazfather in https://github.com/ZigEmbeddedGroup/microzig/pull/656
- drivers: TLV493d: Fixup a bit, disable frame checking and reset by @Grazfather in https://github.com/ZigEmbeddedGroup/microzig/pull/660
- Set and use default baud rate for UART by @Grazfather in https://github.com/ZigEmbeddedGroup/microzig/pull/661
- 0.14.3 Release by @mattnite in https://github.com/ZigEmbeddedGroup/microzig/pull/663
New Contributors
- @Gnyblast made their first contribution in https://github.com/ZigEmbeddedGroup/microzig/pull/635
- @rmrt1n made their first contribution in https://github.com/ZigEmbeddedGroup/microzig/pull/649
Full Changelog: https://github.com/ZigEmbeddedGroup/microzig/compare/0.14.2...0.14.3