Skip to content
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

Add support for UART #2

Open
7 of 8 tasks
michto01 opened this issue Oct 18, 2022 · 0 comments
Open
7 of 8 tasks

Add support for UART #2

michto01 opened this issue Oct 18, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@michto01
Copy link
Collaborator

michto01 commented Oct 18, 2022

Add support for the serial port (RS-232, USART):

  • Add file uart.h to include directory
  • Create rutines for school kit (F407)
    • UART_setup()
    • UART_read(void *buf, size_t len)
    • UART_write(void *buf, size_t len)
    • UART_get(char chr)
    • UART_put(char chr)
  • Add example to project
@michto01 michto01 added the enhancement New feature or request label Oct 18, 2022
@michto01 michto01 self-assigned this Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant