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
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
a4ac5b9f05367c66eb22ae3a0274968db697420c
Select Git revision
Branches
5
ch3/leds
ch3/time
dualcore
master
wip-bootstrap
default
5 results
Begin with the selected commit
Created with Raphaël 2.2.0
8
Aug
7
6
5
4
3
2
1
31
Jul
30
29
28
27
25
24
23
22
21
22
21
20
19
18
17
16
15
14
13
12
11
9
7
6
5
3
2
1
30
Jun
1
Jul
30
Jun
29
28
27
26
25
26
25
24
22
21
20
19
18
17
16
15
14
13
12
11
10
9
10
8
7
8
7
6
5
6
5
6
5
4
3
4
3
4
3
2
3
2
1
31
May
30
31
30
29
28
27
26
25
24
22
21
20
19
18
17
15
14
13
12
13
12
11
10
9
8
9
8
7
6
5
4
3
tests, pyb: Update pin test.
stmhal/teensy: Use _ instead of - in source file names.
stmhal: Fix documentation; remove ability to specify af by str.
stmhal: Comment out unused functions.
Merge branch 'pin-af' of https://github.com/dhylands/micropython into dhylands-pin-af
py: Fix bug where GC finaliser table was not completely zeroed out.
Add support for selecting pin alternate functions from python.
py: Fix bug in mpn_shl (multi-prec int shift left).
stmhal: Update STM32Cube F4 HAL driver to V1.3.0.
stmhal: Ability to stat /flash and /sd.
stmhal: Put #if guards around all GPIOx_CLK_ENABLE's.
stmhal: Enable relevant GPIO clock when Pin obj is init'd.
stmhal: Wrap DAC module and os.urandom in relevant #if's.
stmhal, math: Define _M_LN2 if not already defined.
travis: Build stmhal/ST32F4DISC and teensy in Travis tests.
Merge pull request #789 from dhylands/fix-teensy-2014-08-04
Follow rename of readline_init to readline_init0 on teensy
Merge branch 'master' of github.com:micropython/micropython
stmhal: Clean up reset/soft-reset code; fix bug init'ing VCP exc.
Put call to qstr_init and mp_init_emergency_exc_buf in mp_init.
Merge pull request #786 from dhylands/fix-teensy-2014-08-03
Updated teensys usb.c and switched to using usb.h from stmhal.
stmhal: Document behaviour of usb_vcp_recv_byte.
Merge pull request #784 from dhylands/fix-teensy-2014-08-02
Fix teensy to work with the latest tree.
stmhal: Add more documentation for USB_VCP.
stmhal: Add documentation for LCD; update docs for USB_VCP.
stmhal: Add preliminary driver for ST32F4DISC accelerometer.
Merge pull request #781 from dhylands/fix-disc
Fix modos.c to compile for the STM32F4Discovery board (which doesn't have an sdcard)
stmhal: Change 0:/ and 1:/ to /flash and /sd; add CWD support.
README: Add USB VID/PID to dfu-util command.
py: Improve encoding scheme for line-number to bytecode map.
Merge branch 'master' of https://github.com/micropython/micropython
py: Improve handling of long-int overflow.
py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself.
stmhal, accel: Increase start-up times to 30ms; add extra 30ms delay.
stmhal: Add USB_VCP class/object, for direct USB VCP control.
py: Add mp_obj_str_builder_end_with_len.
py: Change lexer stream API to return bytes not chars.
Loading