atsign-foundation / micropython

A fork of Micropython with AES CTR enabled for the Raspberry Pi Pico W
https://micropython.org
Other
0 stars 0 forks source link

chore: catchup upstream #6

Closed cpswan closed 1 year ago

cpswan commented 1 year ago

- What I did

Merged upstream master

- How I did it

 git remote add upstream git@github.com:micropython/micropython.git
 git remote set-url upstream --push DISABLED
 git fetch upstream
 git merge upstream/master

- Description for the changelog

chore: catchup upstream