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
5ac1b2efbd5dfb2a62fe984dc9dc8a7127fb5e82
Select Git revision
Branches
5
dualcore
ch3/leds
wip-bootstrap
default
ch3/time
master
5 results
micropython
py
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
Oct 18, 2013
Implement REPL.
· 5ac1b2ef
Damien
authored
11 years ago
5ac1b2ef
Remove line in emitbc.c to print code size.
· 7bbd1106
Damien
authored
11 years ago
7bbd1106
Add single_input rule to grammar, for REPL.
· 3997be44
Damien
authored
11 years ago
3997be44
Fix up insertion of newline at end of lexer stream.
· 9f770c65
Damien
authored
11 years ago
9f770c65
Oct 16, 2013
Add iterators and comprehension to emitnative.
· d2755ec5
Damien
authored
11 years ago
d2755ec5
Add SET_ADD opcode to VM.
· c12aa468
Damien
authored
11 years ago
c12aa468
Add MAP_ADD opcode to VM.
· 5fd09668
Damien
authored
11 years ago
5fd09668
Implement BC & runtime support for generator/yielding.
· bd25445a
Damien
authored
11 years ago
bd25445a
Support tuples and list comprehension, albeit crude.
· c226dca1
Damien
authored
11 years ago
c226dca1
Oct 15, 2013
NLR and Python exceptions work on the board.
· 152568bc
Damien
authored
11 years ago
152568bc
Crude try-except working.
· c9f91976
Damien
authored
11 years ago
c9f91976
Implement basic exception framework, and simple for loop.
· ce89a21e
Damien
authored
11 years ago
ce89a21e
Oct 12, 2013
Change ifdef/if defined to simple if's.
· 3ef4abb4
Damien
authored
11 years ago
3ef4abb4
Tidy up SMALL_INT optimisations and CPython compatibility.
· 0efb3a1b
Damien
authored
11 years ago
0efb3a1b
Option in compile.c to emit compatible or not with CPython.
· 3a205179
Damien
authored
11 years ago
3a205179
Separate out mpy core and unix version.
· c025ebb2
Damien
authored
11 years ago
c025ebb2
Oct 10, 2013
Remove obsolete emitx64.c (now in emitnative.c).
· a56f2926
Damien
authored
11 years ago
a56f2926
Wrap out-native code in preprocessor declarations.
· a1ddfcc2
Damien
authored
11 years ago
a1ddfcc2
Simplify and improve function & method calling.
· eb19efb2
Damien
authored
11 years ago
eb19efb2
Rename vm.h to bc.h.
· 5609cca2
Damien
authored
11 years ago
5609cca2
Implement basic class/object in native code.
· 7f5dacf3
Damien
authored
11 years ago
7f5dacf3
Oct 09, 2013
Implement basic class/object functionality in runtime.
· a397776d
Damien
authored
11 years ago
a397776d
Improve indent/dedent error checking and reporting.
· 91d387de
Damien
authored
11 years ago
91d387de
Oct 08, 2013
Improve push/pop and register usage for native emit.
· ff8ed77c
Damien
authored
11 years ago
ff8ed77c
Native Python and Viper support for x64 and thumb all together.
· 13ed3a65
Damien
authored
11 years ago
13ed3a65
Oct 07, 2013
Merge viper types with standard native emitter.
· 3410be80
Damien
authored
11 years ago
3410be80
Rename r64->reg, i64->imm.
· acbf9a50
Damien
authored
11 years ago
acbf9a50
Add comments.
· 016f75f4
Damien
authored
11 years ago
016f75f4
Oct 06, 2013
Implement crude viper emit stage.
· 7af3d19a
Damien
authored
11 years ago
7af3d19a
Functions to convert values to/from inline asm.
· e4af64f3
Damien
authored
11 years ago
e4af64f3
Make runtime able to call inline asm with 1 argument.
· dc833829
Damien
authored
11 years ago
dc833829
Oct 05, 2013
Add b_n opcode to inline thumb asm.
· 03d41243
Damien
authored
11 years ago
03d41243
Optimise typedargslist_name to not create a node if just an id.
· b14de21f
Damien
authored
11 years ago
b14de21f
Almost supports arguments for inline asm functions.
· a2f2f7db
Damien
authored
11 years ago
a2f2f7db
Make range of small int 24 bits.
· 5fa5ae40
Damien
authored
11 years ago
5fa5ae40
Oops: add emitpass1.c for new factorised emit code.
· 39cf3285
Damien
authored
11 years ago
39cf3285
Add support for inline thumb assembly.
· 826005c6
Damien
authored
11 years ago
826005c6
Incorporate emit_thumb into new emit framework.
· 5bfb7599
Damien
authored
11 years ago
5bfb7599
Implement built-in decorators to select emit type.
· 6cdd3af6
Damien
authored
11 years ago
6cdd3af6
Factorise EMIT_COMMON calls, mostly into emit_pass1.
· 4b03e77d
Damien
authored
11 years ago
4b03e77d
Loading