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

update pico support for CircuitPython 8 #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

prubel
Copy link

@prubel prubel commented Sep 4, 2023

the previous code (CicruitPy 7) no longer works with the latest circuit python, (8.x) due to an API change.

set the stack size using the new supervisor.runtime.next_stack_limit attribute
rather than the no-longer-supported supervisor.runtime.set_next_stack_limit method

remove unused imports in code.py

note in the readme that it's been testing with 8.2 so future folks have a clue as to what's going wrong

the previous code (CicruitPy 7) no longer works with the latest
circuit python, (8.x) due to an API change.

set the stack size using the new supervisor.runtime.next_stack_limit attribute
  rather than the no-longer-supported supervisor.runtime.set_next_stack_limit method

remove unused imports in code.py

note in the readme that it's been testing with 8.2 so future
folks have a clue as to what's going wrong
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.

1 participant