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.
4db6a7adbe25ba2a096cd70ec4072c168fdb4bd4
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
26
Mar
25
20
19
17
16
15
14
13
12
11
10
9
8
7
5
4
3
2
1
28
Feb
27
26
25
24
23
22
21
20
19
18
19
18
17
15
14
13
12
9
8
7
5
4
2
1
31
Jan
10
29
Dec
28
26
23
22
20
19
18
16
15
14
13
12
11
10
9
8
7
6
5
4
3
1
30
Nov
29
28
27
26
25
24
23
22
21
20
16
15
14
12
11
10
8
7
5
4
2
1
31
Oct
30
29
28
27
26
24
23
21
19
17
16
15
13
12
11
10
9
8
7
6
5
4
3
2
29
Sep
26
25
24
22
21
20
19
18
17
16
13
12
11
10
9
8
7
6
5
4
stm32/Makefile: Re-enable strict aliasing optimisation for ST HAL files.
lib/stm32lib: Update library for fix to H7 SPI strict aliasing error.
stm32/boards/NUCLEO_H743ZI: Disable uSD transceiver.
stm32/boards/NUCLEO_H743ZI: Enable hardware I2C support.
stm32/i2c: Add H7 I2C timing configurations.
stm32/dma: Enable H7 DMA descriptors.
tests/pyb/can: Update to test pyb.CAN restart, state, info, inplace recv
stm32/can: Add "list" param to CAN.recv() to receive data inplace.
travis: Pass -j4 to make to speed up compilation.
stm32: Use STM32xx macros instead of MCU_SERIES_xx to select MCU type.
py/objexcept: Make MP_DEFINE_EXCEPTION public so ports can define excs.
py/makeqstrdefs.py: Optimise by using compiled re's so it runs faster.
stm32/can: Use explicit byte extraction instead of casting to word ptr.
tests/pyb: Update CAN test to expect that auto_restart is printed.
docs/library/pyb.CAN: Clean up documentation of data constants.
stm32/can: Add CAN.info() method to retrieve error and tx/rx buf info.
stm32/can: Add CAN.state() method to get the state of the controller.
stm32/can: Add CAN.restart() method so controller can leave bus-off.
stm32/can: Add "auto_restart" option to constructor and init() method.
stm32/can: Use enums to index keyword arguments, for clarity.
stm32/can: Improve can.recv() so it checks for events, eg ctrl-C.
stm32/boards/STM32L476DISC: Enable CAN peripheral.
docs/library/pyb.CAN: Update markup to use latest doc conventions.
docs: Fix some references and RST markup to eliminate Sphinx warnings.
tests/cpydiff: Indent workaround code snippet so it formats correctly.
esp32/machine_uart: Return None from UART read if no data is available.
drivers/memory/spiflash: Fix bugs in and clean up read/write functions.
py/obj.h: Move declaration of mp_obj_list_init to objlist.h.
py/obj.h: Clean up by removing commented-out inline versions of macros.
py/misc.h: Remove unused count_lead_ones() inline function.
esp8266/esp_mphal.h: Fix I2C glitching by using input mode for od_high.
extmod/vfs_fat: Add file size as 4th element of uos.ilistdir tuple.
stm32/qspi: Do an explicit read instead of using memory-mapped mode.
drivers/memory/spiflash: Fix setting of QE bit in flash register.
stm32/storage: Provide support for a second block device.
stm32/boards/STM32L476DISC: Provide SPI-flash bdev config.
stm32/storage: Introduce MICROPY_HW_ENABLE_INTERNAL_FLASH_STORAGE cfg.
stm32/storage: Remove all SPI-flash bdev cfg, to be provided per board.
stm32/storage: Make spi_bdev interface take a data pointer as first arg.
stm32/storage: Merge all misc block-dev funcs into a single ioctl func.
Loading