Add ASAIR AHT30 Temperature and Humidity Sensor#792
Merged
mattnite merged 2 commits intoZigEmbeddedGroup:mainfrom Dec 27, 2025
Merged
Add ASAIR AHT30 Temperature and Humidity Sensor#792mattnite merged 2 commits intoZigEmbeddedGroup:mainfrom
mattnite merged 2 commits intoZigEmbeddedGroup:mainfrom
Conversation
There was a problem hiding this comment.
🔍 Lint Results
Found 28 issues on changed lines in 7 files:
- core/src/cpus/cortex_m.zig: 1 issue
- modules/bounded-array/src/bounded_array.zig: 18 issues
- port/stmicro/stm32/src/hals/STM32F103/timer.zig: 3 issues
- port/stmicro/stm32/src/hals/STM32F303.zig: 1 issue
- port/stmicro/stm32/src/hals/STM32F303/i2c.zig: 3 issues
- sim/aviron/src/lib/bus.zig: 1 issue
- tools/linter/src/main.zig: 1 issue
ℹ️ Additional issues on unchanged lines
The following 73 issue(s) exist but are not on lines changed in this PR:
build.zig:405: TODO style comments need to have a linked microzig issue on the same line.
build.zig:649: TODO style comments need to have a linked microzig issue on the same line.
build.zig:689: TODO style comments need to have a linked microzig issue on the same line.
build.zig:705: TODO style comments need to have a linked microzig issue on the same line.
core/src/cpus/cortex_m.zig:40: TODO style comments need to have a linked microzig issue on the same line.
core/src/cpus/cortex_m.zig:46: TODO style comments need to have a linked microzig issue on the same line.
core/src/cpus/cortex_m.zig:51: TODO style comments need to have a linked microzig issue on the same line.
core/src/cpus/cortex_m.zig:52: TODO style comments need to have a linked microzig issue on the same line.
core/src/cpus/cortex_m.zig:665: TODO style comments need to have a linked microzig issue on the same line.
drivers/framework.zig:84: TODO style comments need to have a linked microzig issue on the same line.
drivers/framework.zig:114: TODO style comments need to have a linked microzig issue on the same line.
drivers/framework.zig:148: TODO style comments need to have a linked microzig issue on the same line.
drivers/framework.zig:161: TODO style comments need to have a linked microzig issue on the same line.
drivers/wireless/cyw43/bus.zig:101: TODO style comments need to have a linked microzig issue on the same line.
drivers/wireless/cyw43/bus.zig:107: TODO style comments need to have a linked microzig issue on the same line.
drivers/wireless/cyw43/runner.zig:44: TODO style comments need to have a linked microzig issue on the same line.
drivers/wireless/cyw43/runner.zig:79: TODO style comments need to have a linked microzig issue on the same line.
drivers/wireless/cyw43/runner.zig:102: TODO style comments need to have a linked microzig issue on the same line.
examples/stmicro/stm32/build.zig:18: TODO style comments need to have a linked microzig issue on the same line.
port/raspberrypi/rp2xxx/src/hal.zig:43: TODO style comments need to have a linked microzig issue on the same line.
port/raspberrypi/rp2xxx/src/hal.zig:129: TODO style comments need to have a linked microzig issue on the same line.
port/raspberrypi/rp2xxx/src/hal/drivers.zig:478: TODO style comments need to have a linked microzig issue on the same line.
port/raspberrypi/rp2xxx/src/hal/pio/assembler/encoder.zig:369: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/boards/STM32L476DISCOVERY.zig:18: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/generate.zig:253: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/DMA.zig:3: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/DMA.zig:56: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/DMA.zig:82: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/DMA.zig:113: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/DMA.zig:125: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/adc.zig:96: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/adc.zig:138: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/adc.zig:285: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/adc.zig:286: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/adc.zig:304: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/adc.zig:372: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/adc.zig:397: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/adc.zig:405: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/adc.zig:419: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/adc.zig:434: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/adc.zig:447: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/adc.zig:474: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/adc.zig:567: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/adc.zig:583: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/adc.zig:595: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/adc.zig:666: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/adc.zig:682: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/adc.zig:825: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/adc.zig:878: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/i2c.zig:256: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/i2c.zig:410: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/spi.zig:28: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/time.zig:23: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/time.zig:24: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/time.zig:25: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/time.zig:50: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/uart.zig:1: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/uart.zig:2: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/uart.zig:117: TODO style comments need to have a linked microzig issue on the same line.
tools/linter/src/main.zig:62: TODO style comments need to have a linked microzig issue on the same line.
tools/regz/src/Database.zig:115: TODO style comments need to have a linked microzig issue on the same line.
tools/regz/src/Database.zig:1195: TODO style comments need to have a linked microzig issue on the same line.
tools/regz/src/Database.zig:2074: TODO style comments need to have a linked microzig issue on the same line.
tools/regz/src/gen.zig:417: TODO style comments need to have a linked microzig issue on the same line.
tools/regz/src/gen.zig:522: TODO style comments need to have a linked microzig issue on the same line.
tools/regz/src/gen.zig:675: TODO style comments need to have a linked microzig issue on the same line.
tools/regz/src/gen.zig:713: TODO style comments need to have a linked microzig issue on the same line.
tools/regz/src/gen.zig:813: TODO style comments need to have a linked microzig issue on the same line.
tools/regz/src/gen.zig:1053: TODO style comments need to have a linked microzig issue on the same line.
tools/regz/src/gen.zig:1055: TODO style comments need to have a linked microzig issue on the same line.
tools/regz/src/gen.zig:1131: TODO style comments need to have a linked microzig issue on the same line.
tools/regz/src/main.zig:143: TODO style comments need to have a linked microzig issue on the same line.
tools/regz/src/output_tests.zig:156: TODO style comments need to have a linked microzig issue on the same line.
Updating with new lint results
There was a problem hiding this comment.
🔍 Lint Results
ℹ️ Additional issues on unchanged lines
The following 4 issue(s) exist but are not on lines changed in this PR:
drivers/framework.zig:86: TODO style comments need to have a linked microzig issue on the same line.
drivers/framework.zig:116: TODO style comments need to have a linked microzig issue on the same line.
drivers/framework.zig:150: TODO style comments need to have a linked microzig issue on the same line.
drivers/framework.zig:163: TODO style comments need to have a linked microzig issue on the same line.
mattnite
approved these changes
Dec 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Example usage: