This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
Watch
1
Star
0
Fork
0
You've already forked micropython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
micropython
/
ports
History
iabdalkader
7359a9e2f2
stm32/dma: Initialise all members of DMA structs for H7 MCUs.
2019-05-13 12:57:44 +10:00
..
bare-arm
…
cc3200
ports: Convert to use pyexec_file_if_exists() to execute boot/main.py.
2019-04-26 15:22:14 +10:00
esp32
esp32/modnetwork: Change type to size_t for uses of mp_obj_str_get_data.
2019-05-13 12:39:03 +10:00
esp8266
esp8266/modmachine: Handle overflow of timer to get longer periods.
2019-05-10 15:50:35 +10:00
javascript
javascript/library: Print data as raw bytes to stdout so unicode works.
2019-04-28 22:39:41 +10:00
minimal
…
nrf
nrf: Change types to size_t for all uses of mp_obj_str_get_data.
2019-05-13 12:39:56 +10:00
pic16bit
…
qemu-arm
…
stm32
stm32/dma: Initialise all members of DMA structs for H7 MCUs.
2019-05-13 12:57:44 +10:00
teensy
ports: Convert to use pyexec_file_if_exists() to execute boot/main.py.
2019-04-26 15:22:14 +10:00
unix
unix/modusocket: Fix use of setsockopt in usocket.settimeout impl.
2019-05-08 13:12:30 +10:00
windows
…
zephyr
…