Unclaimed project
Are you a maintainer of microzig? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
microzig
MicroZig is a toolbox for building embedded applications in Zig.
embeddedhalzigzig-packageziglang
Last updated 1 day ago
Back to changelogNew
0.14.3
What's Changed
- nrf52: Implement writev_blocking for i2cdma by @Grazfather in https://github.com/ZigEmbeddedGroup/microzig/pull/636
- build_system:
stack option in Target by @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/650General bug fixing by @tact1m4n3 in https://github.com/ZigEmbeddedGroup/microzig/pull/652drivers: Add MPU-6050 driver by @tact1m4n3 in https://github.com/ZigEmbeddedGroup/microzig/pull/654Clock device refactor by @tact1m4n3 in https://github.com/ZigEmbeddedGroup/microzig/pull/655rp2xxx: add fpu and dcp support by @tact1m4n3 in https://github.com/ZigEmbeddedGroup/microzig/pull/653STM32F103 Small APIS and changes by @RecursiveError in https://github.com/ZigEmbeddedGroup/microzig/pull/639feat: add nxp mcx port by @rmrt1n in https://github.com/ZigEmbeddedGroup/microzig/pull/649Overhaul i2c_device interfaces, implement, update some drivers by @Grazfather in https://github.com/ZigEmbeddedGroup/microzig/pull/645rp2xxx: Set entry point symbol for flashless targets by @Grazfather in https://github.com/ZigEmbeddedGroup/microzig/pull/659Miscellaneous cleanup by @Grazfather in https://github.com/ZigEmbeddedGroup/microzig/pull/656drivers: TLV493d: Fixup a bit, disable frame checking and reset by @Grazfather in https://github.com/ZigEmbeddedGroup/microzig/pull/660Set and use default baud rate for UART by @Grazfather in https://github.com/ZigEmbeddedGroup/microzig/pull/6610.14.3 Release by @mattnite in https://github.com/ZigEmbeddedGroup/microzig/pull/663New 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