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 a second serial device #21

Closed
breakintoprogram opened this issue Feb 27, 2023 · 2 comments
Closed

Add a second serial device #21

breakintoprogram opened this issue Feb 27, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@breakintoprogram
Copy link
Owner

Use the following GPIO pins:

  • PC0: TxD1
  • PC1: RxD1
  • PC2: RTS1
  • PC3: CTS1

Acceptance Criteria

  • I must be able to enable and disable the peripheral so that I can use those pins for other GPIO purposes
  • A MOS API interface for:
    • Enable (set baud rate, control bits, flow control, etc)
    • Disable
    • Send
    • Receive
    • Interrupt handler
@breakintoprogram breakintoprogram added the enhancement New feature or request label Feb 27, 2023
@ukscone
Copy link

ukscone commented Feb 27, 2023

PC0,PC1 are the tx/rx that are brought out to the UEXT connector on the Olimex AgonLight2 aren't they?

@breakintoprogram
Copy link
Owner Author

breakintoprogram commented Mar 29, 2023

MOS API:

  • Enable: Done
  • Disable: Done
  • Send: Done
  • Receive: Done
  • Interrupt Handler: Done

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
Status: Released
Development

No branches or pull requests

2 participants