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: merge upstream v1.22.0 #7

Closed cpswan closed 8 months ago

cpswan commented 8 months ago

- What I did

Merged upstream v1.22.0

- How I did it

git remote add upstream https://github.com/micropython/micropython.git
git fetch upstream
git remote set-url upstream --push DISABLED
git checkout v1.22.0
git checkout -b v1.22.0
git checkout aes_ctr
git merge v1.22.0

- Description for the changelog

chore: merge upstream v1.22.0