We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The version of micropython we are using is a bit old and it's starting to get gcc warnings (#494).
Initial attempt here https://github.com/wasp-os/micropython/tree/rebase-2024-04-05
Some useful features that we are missing out on:
const()
The text was updated successfully, but these errors were encountered:
@fgaz what do you need for this to go forward? I can test if you need help.
Sorry, something went wrong.
@fgaz what do you need for this to go forward?
Time and motivation 🥲
It's a lot of tedious work, and it's not like it's blocking anything else (for now)
No branches or pull requests
The version of micropython we are using is a bit old and it's starting to get gcc warnings (#494).
Initial attempt here https://github.com/wasp-os/micropython/tree/rebase-2024-04-05
Some useful features that we are missing out on:
const()
for any constant value py/parse: Allow all constant objects to be used in "X = const(o)". micropython/micropython#8548The text was updated successfully, but these errors were encountered: