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.
e5315f7ffd7325ffc064393ffb82f378d9655934
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
Apr
21
20
19
18
17
16
14
13
12
11
10
9
7
6
7
6
5
4
3
2
3
2
1
31
Mar
30
29
28
26
27
26
25
24
23
22
21
20
21
20
19
18
17
16
15
14
13
12
11
10
9
6
5
4
3
2
1
28
Feb
27
26
25
24
23
22
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
py: Fix printing of "inf" and "nan" floating point values.
msvc: Update genhdr script to emit MicroPython version numbers
docs: Document pyb.stop, pyb.standby and pyb.RTC.wakeup.
py: Clean up some bits and pieces in parser, grammar.
py: Simplify grammar for stmt rule (this is also how CPython has it).
stmhal: Implement os.uname() to get details of OS and hardware.
py: Add sys.implementation, containing uPy name and version number.
py: Add attrtuple object, for space-efficient tuples with attr access.
tools: Add STM32F4DISC and ESPRUINO_PICO to stmhal build script.
docs: Bump version to 1.4.2.
acks: Add 2 names to ACKNOWLEDGEMENTS file.
py: Make viper codegen raise proper exception (ViperTypeError) on error.
tools/pyboard.py: Make it 8-bit clean, so it works with unicode chars.
stmhal/pyexec.c: Make raw REPL mode 8-bit clean.
cc3200: Fix bootloader and modpyb after printf overhaul.
qemu-arm: Disable inline asm tests that use floating point.
py/inlinethumb: Support for core floating point instructions.
py: Fix builtin ord so that it can handle bytes values >= 0x80.
stmhal: Provide ADC capabilities for F401 and F411 MCUs.
stmhal: Add support for STM32F411 MCU.
stmhal: For flash storage use same params for F407 as F405.
stmhal: Add support for Espruino Pico board.
stmhal: Add stm32f401.ld for linking F401 targets.
stmhal: Make ld and af files configurable within Makefile.
stmhal: Add stm32f401_af.csv, for AF definitions of F401 MCUs.
stmhal: Rename stm32f4xx_af.csv to stm32f405_af.csv.
stmhal: Add support for flash filesystem on F401 MCUs.
stmhal: Allow extint.c to compile without USB HS support.
stmhal: Make I2C busses and their pins configurable in mpconfigboard.h.
stmhal: Exclude code for UARTs that don't exist in hardware.
stmhal: Exclude USB HS code when USB HS mode not enabled.
stmhal: Exclude code for those timers that don't exist in the hardware.
stmhal: Make LCD initialiser use board pin names instead of cpu names.
stmhal: For pins, define macros mapping board names to cpu names.
stmhal: Make a HW config option for LED4 being controlled by PWM.
stmhal: Make HSE PLL parameters configurable per board.
README.md: Add the CC3200 port to the list of additional components.
stmhal: Add support for sending and receiving CAN RTR messages.
cc3200: Clean up and reduce use/include of std.h.
stmhal: Remove std.h. It's not needed anymore.
Loading