Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
micropython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
card10
micropython
Commits
5e6ebd77d268ed064c96d0f4bdb6ba5d57228844
Select Git revision
Branches
5
dualcore
ch3/leds
wip-bootstrap
default
ch3/time
master
5 results
micropython
Author
Search by author
Any Author
authors
9R
9R
Administrator
root
Andreas Schildbach
pink
Daniel Hoffend
griffon
Definitely Not A Robot
Doloo1ai
Dirk Jäckel
biafra
G
G
Hauke Mehrtens
hauke
Jan Morawek
RFguy
Julian
hdsjulian
Lila Fisch
lilafisch
Martin Ling
martinling
Mateusz Zalega
msgctl
Michael Huebler
mh
Ole Dreessen
ole
Phileas
pl
Philip Brechler
plaetzchen
Renze
renze
Sabine Wolf
Bine
Sec 42
sec
20 authors
Dec 20, 2013
Add LICENSE and README.
· 5e6ebd77
Damien
authored
11 years ago
5e6ebd77
stm: add pyb.sd_test; flash cache flushed only via MSD.
· b73085d2
Damien
authored
11 years ago
b73085d2
Dec 17, 2013
py: add more Python built-in functions.
· a3dcd9e8
Damien
authored
11 years ago
a3dcd9e8
stm: flush storage cache immediately; improve user interface.
· 8c3da5c2
Damien
authored
11 years ago
8c3da5c2
unix: include obj.h, and build additional py files.
· 0f08267f
Damien
authored
11 years ago
0f08267f
py: split runtime into map, obj, builtin.
· 660365e1
Damien
authored
11 years ago
660365e1
Dec 12, 2013
py: remove further unnecessary emit_verbatim code.
· a1b26931
Damien
authored
11 years ago
a1b26931
py: fix bug with doc string not recognised after first newline of file.
· e388f103
Damien
authored
11 years ago
e388f103
py: reduce use of emit_verbatim calls to minimum.
· 02f8941b
Damien
authored
11 years ago
02f8941b
Dec 11, 2013
py: work towards working closures.
· 9ecbcfff
Damien
authored
11 years ago
9ecbcfff
stm: add basic Servo class, and stop and standby functions.
· 5285155e
Damien
authored
11 years ago
5285155e
stm: add timer to storage cache so it can be flushed.
· ec643130
Damien
authored
11 years ago
ec643130
Dec 10, 2013
py: emit correct id for closed over variables.
· 318aec6b
Damien
authored
11 years ago
318aec6b
py: compiler supports string juxtaposition=concatenation.
· 6332174a
Damien
authored
11 years ago
6332174a
py: add skeletal import functionality.
· db4c361f
Damien
authored
11 years ago
db4c361f
Dec 06, 2013
stm: add __WFI to sys_tick delay.
· 261dbf8c
Damien
authored
11 years ago
261dbf8c
stm: add Led object; add option to reset filesystem.
· d6b4c665
Damien
authored
11 years ago
d6b4c665
Dec 05, 2013
stm: initial commit of working CC3000 driver, based on Adafruit.
· 065f8a5e
Damien
authored
11 years ago
065f8a5e
Nov 30, 2013
stm: servos on PA0-3; MMA filtering; timer for Python REPL.
· 8fe8413b
Damien
authored
11 years ago
8fe8413b
stm: disable audio function in systick.
· 11809ee5
Damien
authored
11 years ago
11809ee5
stm: add function to LCD module to show text.
· 81cc0e8f
Damien
authored
11 years ago
81cc0e8f
stm: reorder things in Makefile.
· d3e59feb
Damien
authored
11 years ago
d3e59feb
Nov 28, 2013
py: built-in range now accepts variable number of arguments.
· 033d17a6
Damien
authored
11 years ago
033d17a6
py: restrict further when for-range optimisation is done.
· d7933896
Damien
authored
11 years ago
d7933896
Nov 26, 2013
py: add list pop and sort, unpack_sequence, and keywords in method_call.
· 86c7fc7d
Damien
authored
11 years ago
86c7fc7d
py: add UNPACK_SEQUENCE and keyword methods to VM.
· 6f3e7fc5
Damien
authored
11 years ago
6f3e7fc5
py: add more functionality to showbc.
· ff099f36
Damien
authored
11 years ago
ff099f36
Nov 25, 2013
py: add call to __init__ when instantiating class object.
· d47f9d5a
Damien
authored
11 years ago
d47f9d5a
py: add some more opcodes to showbc.
· c1075ddc
Damien
authored
11 years ago
c1075ddc
Nov 17, 2013
Link showbc.o in unix version.
· 1895cf91
Damien
authored
11 years ago
1895cf91
Add function to decode and show byte code.
· f03001f8
Damien
authored
11 years ago
f03001f8
Change some debugging/output messages for native code generation.
· 0446a0d7
Damien
authored
11 years ago
0446a0d7
Nov 16, 2013
Viper: function calls now convert constant arguments to objects.
· 6d4f3462
Damien
authored
11 years ago
6d4f3462
Nov 09, 2013
STM: add LCD functions for pixel access; add RNG Py bindings.
· 39c6c598
Damien
authored
11 years ago
39c6c598
STM: add RNG support.
· 5c13dbf6
Damien
authored
11 years ago
5c13dbf6
Unix: add machine-specific sqrt support.
· 087d218d
Damien
authored
11 years ago
087d218d
Add len and subscr (a hack) support for strings.
· 6b92d451
Damien
authored
11 years ago
6b92d451
Add JUMP_IF_x_OR_POP opcodes to VM.
· 94658e2e
Damien
authored
11 years ago
94658e2e
Fix but with optimised range being 1 over.
· f3822fc3
Damien
authored
11 years ago
f3822fc3
Small improvements to timer module.
· 6d42ab66
Damien
authored
11 years ago
6d42ab66
Loading