620 Commits (3af91ea8f9210cb5459b87ebcb63345991060e5b)
 

Author SHA1 Message Date
Felix Queißner 82c944b48c
Fixes (#25)
* Update to zig-0.11.0

* Removes unnecessary submodule

---------

Co-authored-by: Felix "xq" Queißner <git@random-projects.net>
1 year ago
Felix Queißner 03a53c756c
Update to zig-0.11.0 (#24)
Co-authored-by: Felix "xq" Queißner <git@random-projects.net>
1 year ago
binarycraft007 c9e394c58d
fix usage of @ptrCast and other fooToBar stuff, run with zig fmt (#18) 1 year ago
L1ucas f0a6aa9ce1
Fix README typo (#141) 1 year ago
Francisco Llobet 2859530ac2
Fixing issues in Build to achieve v0.11.0 compatibility (#140) 1 year ago
Matt Knight 6f201f7f4c
stabilize on 0.11.0 (#77) 1 year ago
Matt Knight 0b3be0a4cc
Update README.adoc (#139) 1 year ago
Matt Knight 6ccee6d13a
build against 0.11.0 (#138)
* build against 0.11.0

* fix typo
1 year ago
Matt Knight 1dbdd0f80e
Fix eval branch quota for PIO comparison tests (#76) 1 year ago
Matt Knight 695d3dc0e4
SourceFile -> LazyFile (#75) 1 year ago
Matt Knight d4a48f65fa
anyopaque to u8 (#137) 1 year ago
Matt Knight c1ac2f4cf3
FileSource -> LazyPath (#136) 1 year ago
David Sugar 1cef56ad9d
Enable XIP using stage 2 bootloader (#73)
* flash enable xip calls stage two bootloader using inline assembly

* flash erase/program now works in all modes (Debug, ReleaseSmall, ReleaseSafe, ReleaseFast)

* further docs added
1 year ago
Felix Queißner d6b3be320f
rp2040-flasher inital commit (#72)
Co-authored-by: Felix (xq) Queißner <git@random-projects.net>
1 year ago
Felix (xq) Queißner 9a73dab34d Fixes CI by tacking Zig to stable version. 1 year ago
Nancy Lau b054bab3f5 example projects link is broken 1 year ago
Vlad Panazan 35e9757bdb
fix i2c reading and add bus scan example (#71) 1 year ago
Vlad Panazan 360655dbe2
use zig package manager (#70) 1 year ago
Matt Knight 2b5c6096b0
builtin type inference fix (#68) 1 year ago
Matt Knight 7afd50f1a8
update microzig (#22)
Co-authored-by: mattnite <mattnite@users.noreply.github.com>
1 year ago
Matt Knight e539cce4e5
update microzig (#20)
Co-authored-by: mattnite <mattnite@users.noreply.github.com>
1 year ago
Matt Knight c197a15312
update microzig (#67)
Co-authored-by: mattnite <mattnite@users.noreply.github.com>
1 year ago
Matt Knight f0441139a6
update microzig (#22)
Co-authored-by: mattnite <mattnite@users.noreply.github.com>
1 year ago
Matt Knight 32c4eacccf
update microzig (#20)
Co-authored-by: mattnite <mattnite@users.noreply.github.com>
1 year ago
Matt Knight f74311e785
update microzig (#23)
Co-authored-by: mattnite <mattnite@users.noreply.github.com>
1 year ago
Matt Knight 6e68f32b4b
update microzig (#20)
Co-authored-by: mattnite <mattnite@users.noreply.github.com>
1 year ago
Vesim 9392fe0f7b
Update to master and add system registers for cortex-m (#134)
* Update to zig 0.11.0-dev.3826+7a197f124

* Add cortex-m system registers
1 year ago
Felix Queißner 371d4efde4
Runs zig fmt, implements a good bunch of I²C functions (#65)
Co-authored-by: Felix "xq" Queißner <xq@random-projects.net>
1 year ago
Felix Queißner a49fad9730
Runs zig fmt (#133)
Co-authored-by: Felix "xq" Queißner <xq@random-projects.net>
1 year ago
Matt Knight 39bf0b5d55
update pr creation step (#131) 1 year ago
Pavel Burgr 3f8dd68f0d
Fix @call parameter for zig 0.11 (#130) 1 year ago
Gord Stephen 6be22ca959 Update example file links 1 year ago
Matt Knight 316e241a88
DMA API, and time API improvements from SYCL 2023 workshop (#63) 1 year ago
Matt Knight 7b7caa9eb4
improve ADC API (#62) 1 year ago
Hubert Jasudowicz d1e35696d4
examples: Set LED GPIO function (#61)
Set the pin function to SIO instead of null (default).
1 year ago
Vlad Panazan abff6d1f4b
add ws2812 pio example (#54) 1 year ago
Matt Knight 886234b882
improve timer API (#60) 1 year ago
Matt Knight a2ccaff13f
improve GPIO API (#59) 1 year ago
Matt Knight d05e8779b8
workaround for compiler bug where volatile is not propagated over a field access (#57) 1 year ago
Matt Knight ed12908afc
turn on PIO comparison tests (#58) 1 year ago
Matt Knight 83443705df
update microzig (#19)
Co-authored-by: mattnite <mattnite@users.noreply.github.com>
1 year ago
Matt Knight fd4cc4f07c
update microzig (#20)
Co-authored-by: mattnite <mattnite@users.noreply.github.com>
1 year ago
Matt Knight 5c65e8ed19
update microzig (#19)
Co-authored-by: mattnite <mattnite@users.noreply.github.com>
1 year ago
Matt Knight a6fe257462
update microzig (#20)
Co-authored-by: mattnite <mattnite@users.noreply.github.com>
1 year ago
Matt Knight 81142fdfc0
update microzig (#56)
Co-authored-by: mattnite <mattnite@users.noreply.github.com>
1 year ago
Matt Knight d90b4f6caf
update microzig (#20)
Co-authored-by: mattnite <mattnite@users.noreply.github.com>
1 year ago
Matt Knight 72f7689700
update microzig (#19)
Co-authored-by: mattnite <mattnite@users.noreply.github.com>
1 year ago
Nicolas Goy 9588941915
When adding an option, set it as app module dependency to make it available in the app root (#129) 1 year ago
joelpaulkoch c74f6f0634
Fix: call renamed is_uart functions (#55) 1 year ago
Matt Knight 5f9de91f22
update microzig (#18)
Co-authored-by: mattnite <mattnite@users.noreply.github.com>
1 year ago