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
bb5316b9056720a67c25934aebb5a68e4772a7da
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
Oct 22, 2013
gc: reserve first block; lexer: free vstr.
· bb5316b9
Damien
authored
11 years ago
bb5316b9
Add gc_free function to force a block to be freed.
· fd8b6bcf
Damien
authored
11 years ago
fd8b6bcf
Implement some more operators, mostly for small ints.
· 7b2d3f38
Damien
authored
11 years ago
7b2d3f38
Remove unnecessary USB files from stm.
· 1b50affc
Damien
authored
11 years ago
1b50affc
Get unix version compling.
· d276f635
Damien
authored
11 years ago
d276f635
Shrink py_obj_base_t size to 4 machine words.
· f086ecf5
Damien
authored
11 years ago
f086ecf5
Clear ATBs on gc_init; better gc_info.
· eefcc790
Damien
authored
11 years ago
eefcc790
Oct 21, 2013
Make stm use garbage collector.
· 3f69aca2
Damien
authored
11 years ago
3f69aca2
Add mark-sweep garbage collector.
· dcced92c
Damien
authored
11 years ago
dcced92c
Implement crude but working REPL for board.
· f48cf671
Damien
authored
11 years ago
f48cf671
VCP works, need to init comm port PC side; add some debugging output.
· cbb8868f
Damien
authored
11 years ago
cbb8868f
Try to get REPL working, but bug with CDC VCP...
· 4b6e85ca
Damien
authored
11 years ago
4b6e85ca
Oct 20, 2013
Integrate new lexer stream with stm framework.
· fa2162bc
Damien
authored
11 years ago
fa2162bc
Add local_num skeleton framework to deref/closure emit calls.
· 27fb45eb
Damien
authored
11 years ago
27fb45eb
Abstract out back-end stream functionality from lexer.
· a5185f4b
Damien
authored
11 years ago
a5185f4b
Add vstr and its functions.
· 68f59a96
Damien
authored
11 years ago
68f59a96
Oct 19, 2013
Make grammar rules const so the go in .text section.
· df4b4f31
Damien
authored
11 years ago
df4b4f31
Remove obsolete emitthumb.c (now use emitnative.c).
· 4d7adce9
Damien
authored
11 years ago
4d7adce9
Fix IRQ priority issue to give working USB; and some cleanup.
· afe12bca
Damien
authored
11 years ago
afe12bca
Try to re-add USB support...
· fb42ec17
Damien
authored
11 years ago
fb42ec17
Make pfenv's const so they go in .text section.
· d7a7a30a
Damien
authored
11 years ago
d7a7a30a
Make rt_fun_table const, so it goes in .text section.
· 1595f325
Damien
authored
11 years ago
1595f325
Working SysTick, code factoring, some boot-up code.
· 00ff04fc
Damien
authored
11 years ago
00ff04fc
Oct 18, 2013
Partially implement proper flash storage.
· 995b8aab
Damien
authored
11 years ago
995b8aab
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 17, 2013
Fix up linker script; improve startup code; printf to USB.
· 4a175e1f
Damien
authored
11 years ago
4a175e1f
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 13, 2013
Change VID/PID info so USB works on Windows.
· 5dd455d0
Damien
authored
11 years ago
5dd455d0
Implement crude but functional CDC + MSC USB device.
· fee89d52
Damien
authored
11 years ago
fee89d52
Oct 12, 2013
Inital commit of stm32f4xx framework.
· ed65605e
Damien
authored
11 years ago
ed65605e
Loading