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.
338af99a7f3b8f2231be7475500a2bbf6a2bd723
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
11
Sep
10
8
5
4
3
17
Aug
16
15
14
13
10
8
7
6
4
2
1
31
Jul
30
27
23
20
19
18
17
16
14
12
11
10
9
8
5
4
3
2
28
Jun
27
26
25
23
22
20
19
18
16
15
14
13
12
8
6
5
4
3
1
31
May
30
29
28
25
24
23
22
21
18
17
16
15
14
13
11
10
9
8
4
3
2
1
27
Apr
26
24
23
20
11
10
5
4
30
Mar
29
28
27
py/emitnative: Fix try-finally in outer scope, so finally is cancelled.
stm32/boards/STM32L476DISC: Enable external RTC xtal to get RTC working.
stm32/Makefile: Allow external BOARD_DIR directory to be specified.
py/objarray: bytearray: Allow 2nd/3rd arg to constructor.
tests/extmod/uhashlib_md5: Add coverage tests for MD5 algorithm.
extmod/moduhashlib: Add md5 implementation, using axTLS.
py/runtime: Fix incorrect test for MICROPY_PORT_DEINIT_FUNC.
unix/Makefile: Build libffi inside $BUILD.
esp8266/main: Increase heap by 2kb, now that axtls rodata is in ROM.
esp8266/Makefile: Remove build of libaxtls.a and add back tuned config.
unix/Makefile: Remove building of libaxtls.a which is no longer needed.
py/py.mk: Build axtls library directly from its source files.
tests: Remove pyboard.py symlink and instead import from ../tools.
stm32/mboot/main: Use correct formula for DFU download address.
stm32/mboot/Makefile: Use -Wno-attributes for ll_usb.c HAL source file.
tests/float: Test -inf and some larger values for special math funcs.
tests/float/cmath_fun.py: Fix truncation of small real part of complex.
lib/libm/wf_tgamma: Fix tgammaf handling of -inf, should return nan.
lib/libm/math: Make tanhf more efficient and handle large numbers.
lib/libm_dbl/tanh: Make tanh more efficient and handle large numbers.
py/compile: Factor code that compiles start/end of exception handler.
tests/basics: Add test cases for context manager raising in enter/exit.
tests/basics: Add more tests for return within try-finally.
tests/run-tests: Enable native tests for unwinding jumps.
py/emitnative: Add support for return/break/continue in try and with.
py/emitnative: Cancel caught exception once handled to prevent reraise.
py/vm: Fix handling of finally-return with complex nested finallys.
tests/basics: Provide .exp files for generator tests that fail PEP479.
tests: Modify tests that print repr of an exception with 1 arg.
tests/basics/int_big_error.py: Use bytearray to test for int overflow.
tests/basics/set_pop.py: Sort set before printing for consistent output.
py/emitnx86: Fix number of args passed to mp_setup_code_state, 4 not 5.
py/asmxtensa: Use narrow version of add instr to reduce native code size
py/emitnative: Fix bug with store of 16 and 32 values in viper ARM mode.
py/asmxtensa: Optimise loading local addr and support larger offsets.
py/asmxtensa: Fix bug with order of regs in addi encoding.
tests/micropython: Add tests for try and with blocks under native/viper.
py/emitnative: Optimise and improve exception handling in native code.
py/asm*: Support assembling code to jump to a register, and get PC+off.
py/asmxtensa: Handle function entry/exit when stack use larger than 127.
Loading