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

Use debug library properly #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

maxgerhardt
Copy link

@maxgerhardt maxgerhardt commented Dec 3, 2023

  • If avr_debug libary is used, use Build Middlewares to properly build (adapted) WInterrupts.c like the docs require.
    • makes attachInterrupt() on D3 work.
  • Split project in two environments, debug and non debug
  • redirect serial prints via GDB if using avr_debug, but else use regular serial port
  • remove unncessary #ifdef PLSWORK in main.cpp (??)
  • properly ignore PlatformIO temp files in .pio/
  • Add Github actions for CI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant