-
Notifications
You must be signed in to change notification settings - Fork 159
feat: STM32 Add option for UART to use DMA for sending byte #796
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔍 Lint Results
Found 3 issues on changed lines in 1 file:
- port/stmicro/stm32/src/hals/common/bdma_v1.zig: 3 issues
ℹ️ Additional issues on unchanged lines
The following 14 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:658: TODO style comments need to have a linked microzig issue on the same line.
build.zig:698: TODO style comments need to have a linked microzig issue on the same line.
build.zig:714: 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.
port/stmicro/stm32/src/generate.zig:269: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/common/uart_v3.zig:83: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/common/uart_v3.zig:85: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/common/uart_v3.zig:88: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/common/uart_v3.zig:229: 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔍 Lint Results
Found 1 issue on changed lines in 1 file:
- port/stmicro/stm32/src/hals/common/bdma_v1.zig: 1 issue
ℹ️ Additional issues on unchanged lines
The following 23 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:658: TODO style comments need to have a linked microzig issue on the same line.
build.zig:698: TODO style comments need to have a linked microzig issue on the same line.
build.zig:714: 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.
examples/stmicro/stm32/build.zig:18: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/generate.zig:269: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/rcc.zig:1: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/rcc.zig:2: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/rcc.zig:120: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/rcc.zig:122: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/rcc.zig:285: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/rcc.zig:439: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/rcc.zig:561: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/STM32F103/rcc.zig:577: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/common/uart_v3.zig:83: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/common/uart_v3.zig:85: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/common/uart_v3.zig:88: TODO style comments need to have a linked microzig issue on the same line.
port/stmicro/stm32/src/hals/common/uart_v3.zig:229: TODO style comments need to have a linked microzig issue on the same line.
| self.in_progress = false; | ||
| } | ||
|
|
||
| // TODO: Handle the error case |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO style comments need to have a linked microzig issue on the same line.
No description provided.