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.
74eb44c392449b54a3f0dcf268ee7448909f7b07
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
22
Feb
21
20
18
17
16
15
14
13
14
13
12
11
10
9
8
7
6
5
4
3
2
1
31
Jan
30
29
28
27
26
25
24
25
24
23
22
21
22
21
20
21
20
18
16
15
14
13
12
11
10
9
8
7
8
7
6
4
3
2
1
31
Dec
30
29
28
27
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
2
1
30
Nov
29
28
27
26
25
22
21
19
17
16
17
15
9
6
5
4
3
2
31
Oct
30
31
30
29
26
25
24
23
22
21
20
19
18
17
16
15
13
12
13
12
11
10
9
8
7
6
5
4
tests: Add test for math special functions.
py: Make math special functions configurable and disabled by default.
lib/libm: Add implementations of erf, erfc, lgamma, tgamma.
pyb.UART.rst: Clean up note about stream protocol support.
stmhal: For UART, check that baudrate is within 5% of desired value.
py: Add few more special methods.
drivers/cc3100: Remove dependence on debug.h.
cc3200: Add support for connecting to WEP secured networks.
cc3200: Rename SD.config() to SD.config_pins().
cc3200: Add UART __del__ method.
cc3200: Remove sd paths from sys path when disabling the sd card.
drivers/cc3100: Make wlan.c closer to TI original file.
cc3200: Get compiling with CC3100 driver from drivers/ directory.
cc3200: Move CC3100 driver from cc3200/simplelink to drivers/cc3100.
cc3200: Replace physical tabs with spaces.
cc3200: Add explicit py/ path-prefix for py includes.
py: Expose mp_obj_list_remove as a public function.
cc3200: Correct pybsd_config() params retrieval.
cc3200: Add SD module and disable SD card support for the LAUNCHXL.
cc3200: Add exit values to the shell scripts.
cc3200: Disable MICROPY_OPT_COMPUTED_GOTO.
tests: Add tests for ure groups and named char classes.
extmod: Pull in upstream changes to re1.5; fixes bug, adds named class.
run-tests-exp.sh: Typo fix in comment.
cc3200: Disable MICROPY_PY_SYS_EXIT and MICROPY_EMIT_INLINE_THUMB.
cc3200: Refactor UART and I2C object creation.
cc3200: Increase UART default read buffer size to 128 bytes.
cc3200: Add ADC module.
cc3200: Change safe-boot pin to GPIO28.
cc3200: Remove asserts from sl_Stop() and reduce timeout to 250ms.
cc3200: Move `closed` field in mod_network_socket_obj_t out of the union.
cc3200: Disable FreeRTOS asserts. Optimize more files if BTYPE=debug.
extmod/modure: Make num_matches store actual number of matches.
py: Fix mp_obj_print() to work when Python streams are not used.
py: Revamp mp_obj_print() to use Python streams.
py: Implement bl/bx instructions for inline Thumb assembler.
py: Implement "it" instruction for inline Thumb assembler.
py: More robust checking in inline assembler compiler.
qemu-arm: Enable source line numbers, for easier debugging.
tests: Add another testcase for relative imports.
Loading