This website requires JavaScript.
Explore
Help
Register
Sign In
Lerking
/
micropython
Watch
1
Star
0
Fork
0
You've already forked micropython
mirror of
https://github.com/micropython/micropython.git
synced
2025-07-21 13:01:10 +02:00
Code
Issues
Actions
25
Packages
Projects
Releases
Wiki
Activity
All Workflows
biome.yml
code_formatting.yml
code_size.yml
code_size_comment.yml
codespell.yml
commit_formatting.yml
docs.yml
examples.yml
mpremote.yml
mpy_format.yml
ports.yml
ports_alif.yml
ports_cc3200.yml
ports_esp32.yml
ports_esp8266.yml
ports_mimxrt.yml
ports_nrf.yml
ports_powerpc.yml
ports_qemu.yml
ports_renesas-ra.yml
ports_rp2.yml
ports_samd.yml
ports_stm32.yml
ports_unix.yml
ports_webassembly.yml
ports_windows.yml
ports_zephyr.yml
ruff.yml
Actor
All actors
Lerking
Status
All status
Success
Failure
Waiting
Running
all: Bump version to 1.24.1.
#2427
:
Commit
ecfdd5d6f9
pushed by
Lerking
v1.24.1
2024-12-01 00:00:08 +01:00
0s
all: Bump version to 1.24.1.
#2401
:
Commit
ecfdd5d6f9
pushed by
Lerking
v1.24-release
2024-12-01 00:00:05 +01:00
0s
py/objfloat: Workaround non-constant NAN definition on Windows MSVC.
#2375
:
Commit
564ef28ad2
pushed by
Lerking
v1.24-release
2024-11-29 19:50:09 +01:00
0s
nrf/drivers/ticker: Reset slow ticker callback count on soft reboot.
#2349
:
Commit
7118942a8c
pushed by
Lerking
v1.24-release
2024-11-29 11:40:08 +01:00
0s
pic16bit: Make it build with recent XC16 versions.
#1915
:
Commit
d34b15ac6f
pushed by
Lerking
master
2024-10-31 17:00:05 +01:00
0s
all: Bump version to 1.25.0-preview.
#1889
:
Commit
44dc6eb30d
pushed by
Lerking
v1.25.0-preview
2024-10-29 05:00:07 +01:00
0s
tools/mpremote: Fix UnboundLocalError in Transport.fs_writefile().
#1863
:
Commit
9ea8d2a031
pushed by
Lerking
master
2024-10-29 05:00:05 +01:00
0s
all: Bump version to 1.24.0.
#1837
:
Commit
f212bbe837
pushed by
Lerking
v1.24.0
2024-10-27 00:00:07 +02:00
0s
all: Bump version to 1.24.0.
#1811
:
Commit
f212bbe837
pushed by
Lerking
master
2024-10-27 00:00:05 +02:00
0s
lib/micropython-lib: Update submodule to latest.
#1785
:
Commit
18c9abc329
pushed by
Lerking
master
2024-10-25 19:40:09 +02:00
0s
tests/extmod: Add a simple test for machine.RTC.
#1759
:
Commit
6d98280fda
pushed by
Lerking
master
2024-10-24 19:10:10 +02:00
0s
extmod/network_wiznet5k: Reset mDNS when interface is brought up.
#1733
:
Commit
078ead24f3
pushed by
Lerking
master
2024-10-24 11:00:11 +02:00
0s
tests/extmod: Support esp32,mimxrt,stm32,samd ports in UART TX test.
#1707
:
Commit
3f54e5dff2
pushed by
Lerking
master
2024-10-23 10:30:09 +02:00
0s
rp2/mpconfigport: Leave callable pointers alone on RV32.
#1681
:
Commit
6328958a39
pushed by
Lerking
master
2024-10-22 18:10:09 +02:00
0s
rp2/machine_uart: Make it so TX is done only when no longer busy.
#1655
:
Commit
97af1001ae
pushed by
Lerking
master
2024-10-22 10:00:16 +02:00
0s
py/objtype: Don't delegate lookup of descriptor methods to __getattr__.
#1629
:
Commit
1b89c503db
pushed by
Lerking
master
2024-10-17 18:00:05 +02:00
0s
esp32/mphalport: Always poll stdin ring-buffer to include UART use.
#1603
:
Commit
3fecab58a0
pushed by
Lerking
master
2024-10-16 15:10:10 +02:00
0s
unix/main: Add --version command-line option.
#1577
:
Commit
838f21298a
pushed by
Lerking
master
2024-10-16 07:00:10 +02:00
0s
esp32: Apply the LWIP active TCP socket limit.
#1551
:
Commit
82e69df33e
pushed by
Lerking
master
2024-10-11 18:00:05 +02:00
0s
tests: Tweak machine SPI and UART tests to work with esp32c6.
#1525
:
Commit
197becbdcc
pushed by
Lerking
master
2024-10-10 12:10:11 +02:00
0s
docs/reference/mpremote: Update docs to mention new features.
#1499
:
Commit
e5eeaa7df8
pushed by
Lerking
master
2024-10-09 19:59:24 +02:00
0s
py/objtype: Allow passing keyword arguments to native base __init__.
#1473
:
Commit
338df1ae35
pushed by
Lerking
master
2024-10-08 14:49:20 +02:00
0s
shared/tinyusb: Wake main task if needed at end of USB ISR.
#1447
:
Commit
548f88d2bd
pushed by
Lerking
master
2024-10-07 10:49:24 +02:00
0s
rp2/cyw43_configport: Define CYW43_PRINTF to mp_printf to get messages.
#1421
:
Commit
ca6723b144
pushed by
Lerking
master
2024-10-04 14:49:20 +02:00
0s
py/parse: Remove old esp32 compiler workaround.
#1395
:
Commit
17d8234458
pushed by
Lerking
master
2024-09-28 00:00:05 +02:00
0s
renesas-ra/usb: Use interrupt rather than polling for USB task.
#1369
:
Commit
a2475ee9de
pushed by
Lerking
master
2024-09-26 21:40:09 +02:00
0s
stm32/boards/ARDUINO_GIGA: Update board config files.
#1343
:
Commit
51974f20e1
pushed by
Lerking
master
2024-09-25 18:00:05 +02:00
0s
stm32/uart: Add UART RX/CTS pin pull config options.
#1317
:
Commit
eec5eb4260
pushed by
Lerking
master
2024-09-24 12:30:09 +02:00
0s
tools/ci.sh: Report code size for `VIRT_RV32` as well.
#1291
:
Commit
3e085c3aa6
pushed by
Lerking
master
2024-09-24 04:20:09 +02:00
0s
esp32/boards/UM_RGBTOUCH_MINI: Fix compile error with missing modules.
#1265
:
Commit
b08ddbba59
pushed by
Lerking
master
2024-09-21 12:00:05 +02:00
0s
First
Previous
1
2
3
Next
Last