-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Comparing changes
Open a pull request
base repository: micropython/micropython
base: master
head repository: ash-liu/micropython
compare: pico
- 15 commits
- 81 files changed
- 3 contributors
Commits on Jan 20, 2021
-
py/objfun: Support fun.__globals__ attribute.
Signed-off-by: Damien George <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 950251f - Browse repository at this point
Copy the full SHA 950251fView commit details -
tools/mpy-tool.py: List frozen modules in MICROPY_FROZEN_LIST_ITEM.
Signed-off-by: Damien George <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4196ff7 - Browse repository at this point
Copy the full SHA 4196ff7View commit details -
py/asmthumb: Add support for ARMv6M in native emitter.
Adds a new compile-time option MICROPY_EMIT_THUMB_ARMV7M which is enabled by default (to get existing behaviour) and which should be disabled (set to 0) when building native emitter support (@micropython.native) on ARMv6M targets.
Configuration menu - View commit details
-
Copy full SHA for e18a885 - Browse repository at this point
Copy the full SHA e18a885View commit details -
py/emitnative: Ensure encoding to load prelude_offset doesn't change sz.
Based on change made by Graham Sanderson. Signed-off-by: Damien George <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 60c9b85 - Browse repository at this point
Copy the full SHA 60c9b85View commit details -
tests: Move native for test from pybnative to micropython.
And make it generic so it can be run on any target. Signed-off-by: Damien George <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dafaf83 - Browse repository at this point
Copy the full SHA dafaf83View commit details -
py/emitinlinethumb: Exclude code using #if when ARMV7M disabled.
So there are no references to undeclared asm_thumb_mov_reg_i16(). Signed-off-by: Damien George <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 696919d - Browse repository at this point
Copy the full SHA 696919dView commit details -
lib/timeutils: Provide simple impl of extra funcs when Epoch is 1970.
Dates/times must be post 2000/1/1 to work correctly with these simple implementations. Signed-off-by: Damien George <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f9062ab - Browse repository at this point
Copy the full SHA f9062abView commit details -
extmod/modframebuf: Change int to unsigned int in format methods args.
They are bounds checked, and using unsigned ints can be more efficient. It also eliminates a warning on line 200 with the memset. Signed-off-by: Damien George <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0031c04 - Browse repository at this point
Copy the full SHA 0031c04View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6058b1 - Browse repository at this point
Copy the full SHA b6058b1View commit details
Commits on Jan 21, 2021
-
extmod/modonewire: Use pin_od_high/pin_od_low instead of pin_write.
Signed-off-by: Damien George <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 40802ab - Browse repository at this point
Copy the full SHA 40802abView commit details -
lib/pico-sdk: Add new pico-sdk submodule, for the rp2 port.
Signed-off-by: Damien George <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 87bfe66 - Browse repository at this point
Copy the full SHA 87bfe66View commit details -
rp2: Add new port to RaspberryPi RP2 microcontroller.
Done in collaboration with Graham Sanderson. Signed-off-by: Damien George <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 81b1d19 - Browse repository at this point
Copy the full SHA 81b1d19View commit details -
rp2: Update to latest Pico SDK to use correct https tinyusb submodule…
… reference
graham sanderson committedJan 21, 2021 Configuration menu - View commit details
-
Copy full SHA for de1239b - Browse repository at this point
Copy the full SHA de1239bView commit details
Commits on Mar 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 84882b2 - Browse repository at this point
Copy the full SHA 84882b2View commit details
Commits on Jun 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9a0f325 - Browse repository at this point
Copy the full SHA 9a0f325View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...pico