429 Commits (7dd20383fb389d2daa9d1c7b49cdc3f68f0cd38a)
 

Author SHA1 Message Date
David Sugar 20e4c9f8f6
Flash from user code (#35)
* support for a subset of the bootrom functions added: fast bit count/ manipulation functions (tested), fast bulk memory fill/ copy functions (tested), flash access functions (NOT tested), debugging support functions (not implemented), miscellaneous functions (not implemented).

* added support for erasing and programming flash from user code. between the first and last call in a programming sequence, the SSI is not in a state where it can handle XIP accesses, so the code that calls the intervening functions must be located in SRAM. this is why I added the time_critical section to rp2040.ld (maybe one should create a dedicated section in ram that is rwx and keep data rwNx).

* flash_program.zig example added
1 year ago
Matt Knight f250134e2f
update microzig (#34)
Co-authored-by: mattnite <mattnite@users.noreply.github.com>
1 year ago
Matt Knight 433572081e
update microzig (#11)
Co-authored-by: mattnite <mattnite@users.noreply.github.com>
1 year ago
Matt Knight 7df8396558
update microzig (#11)
Co-authored-by: mattnite <mattnite@users.noreply.github.com>
1 year ago
Matt Knight 10e700b6e7
update microzig (#11)
Co-authored-by: mattnite <mattnite@users.noreply.github.com>
1 year ago
Matt Knight a548d0ef13
update microzig (#11)
Co-authored-by: mattnite <mattnite@users.noreply.github.com>
1 year ago
Matt Knight 68ebc9a0ad
update microzig (#11)
Co-authored-by: mattnite <mattnite@users.noreply.github.com>
1 year ago
Matt Knight 7f8246ea4c
update microzig (#11)
Co-authored-by: mattnite <mattnite@users.noreply.github.com>
1 year ago
Philipp Wendel 23482a6986
Updated parts of gpio and pin to reflect code changes from regz rewrite (#120) 1 year ago
Vlad Panazan a4de9d2f3e
add SPI hal (#33) 2 years ago
Matt Knight ea7bdcb3fb
Update microzig (#10)
* update microzig

* fix link

---------

Co-authored-by: mattnite <mattnite@users.noreply.github.com>
2 years ago
Matt Knight 37031c26cb
Update microzig (#10)
* update microzig

* fix link

---------

Co-authored-by: mattnite <mattnite@users.noreply.github.com>
2 years ago
Matt Knight bdba656f9b
Update microzig (#10)
* update microzig

* fix link

---------

Co-authored-by: mattnite <mattnite@users.noreply.github.com>
2 years ago
Matt Knight 623a7f24ee
update microzig (#32)
Co-authored-by: mattnite <mattnite@users.noreply.github.com>
2 years ago
Matt Knight 422aa77f2e
Update microzig (#10)
* update microzig

* fix link

---------

Co-authored-by: mattnite <mattnite@users.noreply.github.com>
2 years ago
Matt Knight 3f5786f938
Update microzig (#10)
* update microzig

* fix link

---------

Co-authored-by: mattnite <mattnite@users.noreply.github.com>
2 years ago
Matt Knight fca3d574a6
Update microzig (#10)
* update microzig

* fix link

---------

Co-authored-by: mattnite <mattnite@users.noreply.github.com>
2 years ago
Matt Knight ceaa9ddcb0
fix link (#117) 2 years ago
Matt Knight c0c93c8946
Update microzig (#9)
* update microzig

* add zig version

---------

Co-authored-by: mattnite <mattnite@users.noreply.github.com>
2 years ago
Matt Knight 215711d807
Update microzig (#9)
* update microzig

* add zig version

---------

Co-authored-by: mattnite <mattnite@users.noreply.github.com>
2 years ago
Matt Knight 14239a66fa
Update microzig (#9)
* update microzig

* add zig version

---------

Co-authored-by: mattnite <mattnite@users.noreply.github.com>
2 years ago
Matt Knight 7c781dc377
Update microzig (#31)
* update microzig

* add zig version

---------

Co-authored-by: mattnite <mattnite@users.noreply.github.com>
2 years ago
Matt Knight 66fd971833
Update microzig (#9)
* update microzig

* add zig version

---------

Co-authored-by: mattnite <mattnite@users.noreply.github.com>
2 years ago
Matt Knight 6850cf21de
Update microzig (#9)
* update microzig

* add zig version

---------

Co-authored-by: mattnite <mattnite@users.noreply.github.com>
2 years ago
Matt Knight 808209091c
Update microzig (#9)
* update microzig

* add zig version

---------

Co-authored-by: mattnite <mattnite@users.noreply.github.com>
2 years ago
Matt Knight 5b0176e977
specify which version of zig to use (#116) 2 years ago
Matt Knight 160bee73e0
update microzig (#30)
Co-authored-by: mattnite <mattnite@users.noreply.github.com>
2 years ago
Matt Knight 9b577faacf
update microzig (#8)
Co-authored-by: mattnite <mattnite@users.noreply.github.com>
2 years ago
Matt Knight 6b7b7a6ec4
update microzig (#8)
Co-authored-by: mattnite <mattnite@users.noreply.github.com>
2 years ago
Matt Knight 0524d7e82a
update microzig (#8)
Co-authored-by: mattnite <mattnite@users.noreply.github.com>
2 years ago
Matt Knight 04fad531d9
update microzig (#8)
Co-authored-by: mattnite <mattnite@users.noreply.github.com>
2 years ago
Matt Knight 8031b4cf20
update microzig (#8)
Co-authored-by: mattnite <mattnite@users.noreply.github.com>
2 years ago
Matt Knight 3ffa60b2dc
update microzig (#8)
Co-authored-by: mattnite <mattnite@users.noreply.github.com>
2 years ago
Matt Knight dabc9325cd
improvements from working on RP2040 (#115)
* improvements from working on RP2040

* fix missing file bug
2 years ago
Matt Knight 3cef646006
update microzig (#29) 2 years ago
Matt Knight bdc5606a38
update microzig (#7) 2 years ago
Matt Knight 0676e6baf3
update microzig (#7) 2 years ago
Matt Knight 0856b148a3
update microzig (#7) 2 years ago
Matt Knight 63ea5efd37
update microzig (#7) 2 years ago
Matt Knight 78722261cd
update microzig (#7) 2 years ago
Matt Knight e92707cc11
update microzig (#7) 2 years ago
Vesim 6f5b7268f6
Update to latest zig master (#114) 2 years ago
Jim Tittsler 15c5a92a3e
Fix typos (#113) 2 years ago
Matt Knight 2381f96b9a
organzie (#5)
* organzie

* add buildkite pipeline
2 years ago
Matt Knight 2872b218e0
Update microzig (#5)
* update microzig

* update to new api

---------

Co-authored-by: mattnite <mattnite@users.noreply.github.com>
2 years ago
Matt Knight 5570bfa13f
update microzig (#5)
Co-authored-by: mattnite <mattnite@users.noreply.github.com>
2 years ago
Matt Knight 9a47a0183e
update microzig (#27)
Co-authored-by: mattnite <mattnite@users.noreply.github.com>
2 years ago
Matt Knight 52092330a2
update microzig (#4)
Co-authored-by: mattnite <mattnite@users.noreply.github.com>
2 years ago
Matt Knight b60328ea97
update microzig (#5)
Co-authored-by: mattnite <mattnite@users.noreply.github.com>
2 years ago
Matt Knight d31c4ce02c
update microzig (#5)
Co-authored-by: mattnite <mattnite@users.noreply.github.com>
2 years ago