616 Commits (56e08d653c4c1e104c80adf0c6d7da62fb83e8e5)
 

Author SHA1 Message Date
Stevie Hryciw 56e08d653c
rp2040: remove redendant code in I2C.apply() (#212) 2 months ago
Jacob Young 4d3d5cce0d
enable atsamd51j19 fpu (#196) 2 months ago
biom4st3r fcb68ad0e2
Updated to zig 0.13.0 (#198)
* Updated to latest zig

* feat(flake): update zig to 0.13.0 and add zls

This also disable diffs for flake.lock to not
not polute the git diff output too much

* feat(build): Update dependencies to support 0.13.0

* feat(build): disable broken examples

* feat(ci): Update zig to 0.13.0

* feat(rp2040): Update pio tokenizer tests to 0.13.0

* feat(build): Fix uses of deprecated std.zig.CrossTarget

* feat(rezg): Fix uses of deprecated std.mem.{tokenize,slice}

* feat(rp2040): Fix uses of depreacted std.rand

* feat(readme): Update zig version

---------

Co-authored-by: Maciej 'vesim' Kuliński <vesim809@pm.me>
2 months ago
Matthias bb8888944f
Use app provided panic handler if it exists (#209) 3 months ago
Matthias 0c3293fe36
Fix RP2040 multicore HAL and re-enable example (#207) 3 months ago
Daniele Basile 43b2a539c6
Complete Gd32f103 Support (#203)
* Implement gpio hal like to the stm32f103.
* Add blinky test
3 months ago
Arkadiusz Wójcik 301ac942e7
USB driver: support chunked data (#201)
* USB driver: support chunked data
* USB driver: increase tmp buffer size
* Improved buffer API (aligned with FixedBufferReader from std.dwarf)
* Added API documentation
* Bug fix: Send empty packet at very end

---------

Co-authored-by: Arkadiusz Wójcik <wojcik.arkadiusz@outlook.com>
3 months ago
Djordje Nedic 1b1e3e6b39
Linking and linker relaxation fixes (#200) 4 months ago
Djordje Nedic 6b1efed294
Properly export startup logic for espressif-riscv (#199) 4 months ago
Jacob Young f6e759d28b
uncomment important code (#193) 4 months ago
Matt Knight 682699b146
bump versions (#192) 4 months ago
Matt Knight ea809c6b7f
some predefined registers for Cortex M (#190) 4 months ago
Matthias 095630e1d1
Fix setting pull direction in pinConfig (#189) 4 months ago
Tomasz Lisowski ed0e5fe9f1
Fix reference to design document in README (#184) 5 months ago
Matevz Mihalic 540a52585f rp2040: add flash id function (#182) 5 months ago
Jonathan Sönnerup 1ed0296bb7 hal: stm32f407: Added stm32f407 source file to the build configuration (#181) 5 months ago
Matt Knight 12ff1b76e4 updates for zig 0.12.0 5 months ago
Matt Knight 09542f5e98 Add 'website/' from commit 'ac10505d276c16fc192346417545bc6a2b255ee8'
git-subtree-dir: website
git-subtree-mainline: 1c7aa7812c
git-subtree-split: ac10505d27
7 months ago
Matt Knight 1c7aa7812c update deploy actions 7 months ago
Matt Knight 672532aa08 add packaging to regular checks 7 months ago
Matt Knight a343277463 fix up packaging 7 months ago
Matt Knight 185e906e54 Update microzig to work on zig master 7 months ago
Jacob Young a4e8e4974c Pad all pages with zeroes (#18) 7 months ago
Jacob Young 7020fe7156 Fix corruption on some ELF input files (#17) 7 months ago
Felix Queißner af34a0e321 Exposes uf2.FamilyId from build.zig (#16)
Co-authored-by: Felix "xq" Queißner <git@random-projects.net>
7 months ago
Matt Knight 4aeb2cc77f builtin type inference fix (#15) 7 months ago
Matt Knight 9ef67246e0 fix build pkg (#14) 7 months ago
Matt Knight 5876517127 helper function in build pkg (#13) 7 months ago
Matt Knight 89b32ebd67 Update README.md 7 months ago
Matt Knight a33ba6bf0c Update README.md 7 months ago
Matt Knight 5893535f03 update readme (#12) 7 months ago
Matt Knight 6a4d593020 update to master, use zig package manager (#11) 7 months ago
Matt Knight be93629fc9 update sort api (#10) 7 months ago
Matt Knight ed88c548fb update to new usage of build api (#9)
* update to new usage of build api

* update to new usage of build api
7 months ago
Matt Knight 192fbe713e fixed build.zig (#8) 7 months ago
Matt Knight f68ccf09ac new for loop syntax (#7) 7 months ago
Matt Knight 72ca60a0d0 update zig build api and family enum 7 months ago
Matt Knight d862ff2b02 catchup to master 7 months ago
Matt Knight 7fc7b29392 fix for stage3 7 months ago
Matt Knight 6382bf75a5 add bounds check on segments 7 months ago
Matt Knight 67f0121787 add install method to uf2 step 7 months ago
Matt Knight a811241bc0 fix stitching together program segments 7 months ago
Matt Knight 6a1da371df add wip note 7 months ago
Matt Knight bb6c02b2d0 add flash operation step 7 months ago
Matt Knight 8a84013d6d parsing elf and saving uf2 files 7 months ago
Matt Knight 108577d484 Initial commit 7 months ago
Dan Banta fbc4fdfb02 fix: add paths to zon file (#112) 7 months ago
Matt Knight cac9842e7e Allow for regz to be used as a module (#116) 7 months ago
Jacob Young 77968f04d2 Implement various `adtf` features needed on ARM (#115)
* Fix test step not running tests

* Fix `error.Todo` causing a crash while outputting json

* Cleanup `@as` usage

* Implement count attribute for registers

* Add ad-hoc alignment to support an initial reserved region.

* Implement register group instances

* Add `build.zig.zon` paths
7 months ago
Matt Knight d897125bf6 Update README.md 7 months ago