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.
31cf49c672f6e141df2178e2ab0b6560244ea2e6
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
Sep
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
26
25
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.
py/emitnative: Use small tables to simplify handling of local regs.
stm32/spi: Add implementation of low-level SPI protocol.
unix/Makefile: Enable ussl module with nanbox build.
extmod/modussl_axtls: Use MP_ROM_PTR for objects in allowed args array.
extmod/modbtree: Update to work with new mp_stream_posix_XXX signatures.
py/stream: Adjust mp_stream_posix_XXX to take void*, not mp_obj_t.
mpy-cross/Makefile: Also undefine MICROPY_FORCE_32BIT and CROSS_COMPILE.
stm32/spi: Split out pyb.SPI and machine.SPI bindings to their own files
esp32: Update to latest ESP IDF.
Loading