548 Commits (672532aa080777e2d541afe191f34786fe52d825)
 

Author SHA1 Message Date
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
Matt Knight 050c300361 target 0.11.0 on CI (#114) 7 months ago
Matt Knight 1bfba96a8a Don't specify preferred optimize (#111) 7 months ago
Matt Knight 6920852f53 Remove vestigial invocation of git rev-parse (#110) 7 months ago
Matt Knight 7ba67916af use newer libxml2 package (#109) 7 months ago
KATO Jinnosuke ab8fda1814 update clap & libxml2 (#108)
* update to zig-clap for zig 0.11.0

* update zig-libxml2 for zig 0.11.0
7 months ago
Ben Crist 40e77b67bb Fixes for changes in std.json API (#107) 7 months ago
Matt Knight f3c994956b builtin type inference fix (#106) 7 months ago
Matt Knight fec8f40ecc Package clap using official package manager (#105) 7 months ago
Matt Knight e6b18653c7 update sort api (#103) 7 months ago
Nicolas Goy 158ad9eefa Fix compilation with latest zig master (#102) 7 months ago
Matt Knight f489ac41d9 update libxml2 (#101) 7 months ago
Matt Knight d488b381d7 update build api (#99) 7 months ago
Matt Knight eb98a1d1ab handle additional %s case for register names in SVD (#97) 7 months ago
Matt Knight 7c75bc6297 don't generate system registers (#96)
* don't generate system registers

* handle missing cpu name
7 months ago
Matt Knight c48ca0e86b use new for loops over iterators (#95)
* use new for loops over iterators

* run github actions on every push
7 months ago
Matt Knight 137b50484a Snake case (#94)
* wip

* converted functions to snake case
7 months ago
Matt Knight fa73a4d164 new for loop syntax (#93) 7 months ago
Paul 4b38512d67 Update README.md (#92) 7 months ago
Matt Knight b81760cd24 getMode() now generated as get_mode() (#90) 7 months ago