Uthedris

Results 12 issues of Uthedris

### What's in this pull request? Update I2C functions that don't abort when communication errors occur. ### Is there something you want to discuss? I have been working on a...

### What's in this pull request? Added a new file (`SysPWM.swift`) that supports PWM using the Raspberry Pi's pwm dtoverlay. ### Is there something you want to discuss? Please feel...

## Summary Added gSPI mode for Infineon CYW43439 WiFi chip. ## Impact In preparation for adding support for the Pico W, NuttX required changes to the networking software. The existing...

Address issue #67 by changing rapid moves to G0.

Add the following system calls to std.os.linux: - sched_setscheduler - sched_getscheduler - sched_setparam - sched_getparam - sched_get_priority_min - sched_get_priority_max Also add required sched_param structure and SCHED constant definitions: - pub...

### Zig Version 0.12.0-dev.3666+a2b834e8c ### Steps to Reproduce and Observed Behavior std.os.linux (and std.posix) is missing the realtime scheduling calls like sched_setscheduler. ### Expected Behavior I'm working on an application...

bug

### Zig Version 0.13.0-dev.44+9d64332a5 ### Steps to Reproduce and Observed Output Assuming something like: `const an_array: [4]u32 = .{1, 2, 3, 4};` `fn someFunc([]const u32) void { ... }` The...

error message

### Zig Version 0.12.0-dev.2550+a65bc8d07 ### Steps to Reproduce and Observed Behavior To Reproduce in Ras Pi 5: mkdir zig-test cd zig-test zig init zig build run zig goes through the...

bug

Added C++support to make file. Modified setup.py to work with python3

### Zig Version 0.15.0-dev.558+9279ff888 ### Steps to Reproduce and Observed Behavior Compile a function with a return type of `noreturn`. The generated code saves various registers. Tested on compiler for...

bug
optimization
upstream
backend-llvm