index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
stm32
Age
Commit message (
Expand
)
Author
2017-11-02
Merge tag 'v1.9.3'
Scott Shawcroft
2017-10-24
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Scott Shawcroft
2017-10-19
stm32: Make uos.dupterm() conform to specs by using extmod version.
Damien George
2017-10-19
stm32/mphalport: Improve efficiency of mp_hal_stdout_tx_strn_cooked.
Damien George
2017-10-17
stm32/modnwwiznet5k: Implement stream ioctl for the Wiznet driver.
Damien George
2017-10-17
stm32/modnwwiznet5k: Increase SPI bus speed to 42MHz.
Damien George
2017-10-16
stm32/modnwwiznet5k: Add support for W5500 Ethernet chip.
Damien George
2017-10-16
stm32/mpconfigport.h: Add MICROPY_THREAD_YIELD() macro.
Li Weiwei
2017-10-16
stm32/modusocket: Return OSError(-2) if getaddrinfo fails.
Damien George
2017-10-16
stm32/modusocket: Make getaddrinfo() work when passed an IP address.
Damien George
2017-10-16
stm32/modnwwiznet5k: Implement WIZNET5K.isconnected() method.
Damien George
2017-10-13
stm32/usbd_cdc_interface.h: Fix code comments after recent refactor.
Li Weiwei
2017-10-13
stm32/usbd_cdc_interface: Don't reset CDC output buf on initialisation.
Damien George
2017-10-10
lib/libm: Remove implementation of log2f, use MP_NEED_LOG2 instead.
Damien George
2017-10-06
stm32/boards: Fix typos in stm32f767_af.csv table.
Damien George
2017-10-05
stm32/modnwwiznet5k: Get the IP address of an established socket.
Li Weiwei
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-09-25
stm32/timer: Enable ARPE so that timer freq can be changed smoothly.
Damien George
2017-09-22
stm32/usbdev: Move all the USB device descriptor state into its struct.
Damien George
2017-09-22
stm32/usbdev: Make device descriptor callbacks take a state pointer.
Damien George
2017-09-21
stm32/usbdev: Merge all global USB device state into a single struct.
Damien George
2017-09-21
stm32/usbdev: Simplify pointers to MSC state and block dev operations.
Damien George
2017-09-21
stm32/usbdev: Put all state for the USB device driver in a struct.
Damien George
2017-09-21
stm32/usbdev/core: Add state parameter to all callback functions.
Damien George
2017-09-21
stm32/usbdev: Simplify HID tx/rx buffer passing.
Damien George
2017-09-21
stm32/usbdev: Simplify CDC tx/rx buffer passing.
Damien George
2017-09-21
stm32/usbdev: Put all HID state in a struct.
Damien George
2017-09-21
stm32/usbdev: Put all CDC state in a struct.
Damien George
2017-09-20
stm32/usbdev: Change static function variable to non-static.
Damien George
2017-09-20
stm32/usbdev: Make the USBD callback struct const so it can go in ROM.
Damien George
2017-09-13
stm32/mpconfigport.h: Add configuration for max periphs on L4 series.
Damien George
2017-09-13
stm32/timer: Make pyb.Timer() instances persistent.
Damien George
2017-09-12
py/builtinhelp: Change signature of help text var from pointer to array.
Damien George
2017-09-12
stm32/make-stmconst.py: Make sure mpz const data lives in ROM.
Damien George
2017-09-10
stm32/boards: Add new board B_L475E_IOT01A based on STM32L475.
Tobias Badertscher
2017-09-08
stm32/modnwwiznet5k: Release the GIL on blocking network operations.
Damien George
2017-09-08
stm32/i2c: When scanning for I2C devices only do 1 probe per address.
Damien George
2017-09-06
stm32/boards: Fix I2C1 pin mapping on NUCLEO_F401RE/F411RE boards.
Damien George
2017-09-06
stm32/boards: Change linker scripts to use "K" instead of hex byte size.
Damien George
2017-09-06
stm32/boards: Change remaining stm32f4xx_hal_conf.h to unix line ending.
Damien George
2017-09-06
stm32: Replace stray tabs with spaces.
Damien George
2017-09-06
stm32: Remove unused usbd_msc.c file.
Damien George
2017-09-06
all: Update Makefiles and others to build with new ports/ dir layout.
Damien George
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George