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
2018-07-11
WIP: after merge; before testing
Dan Halbert
2018-06-22
stm32/boards: Add .ld and af.csv files for STM32F722.
Damien George
2018-06-22
stm32/mboot: Add support for erase/read/write of external SPI flash.
Damien George
2018-06-22
stm32/qspi: Don't require data reads and writes to be a multiple of 4.
Damien George
2018-06-20
stm32/boards/NUCLEO_F091RC: Fix TICK_INT_PRIORITY so it is highest prio.
Damien George
2018-06-19
stm32/mboot: Define constants for reset mode cycling and timeout.
Damien George
2018-06-18
stm32/spi: Fix SPI driver so it can send/recv more than 65535 bytes.
Damien George
2018-06-18
stm32/can: Use MP_OBJ_ARRAY_TYPECODE_FLAG_RW where appropriate.
Damien George
2018-06-18
stm32/boards/NUCLEO_F091RC: Add Arduino-named pins and rename CPU pins.
rolandvs
2018-06-18
stm32/boards/stm32f091_af.csv: Split labels that are multiple funcs.
rolandvs
2018-06-18
stm32/mboot: Adjust user-reset-mode timeout so it ends with mode=1.
Damien George
2018-06-15
stm32/i2cslave: Fix ordering of event callbacks in slave IRQ handler.
Damien George
2018-06-15
stm32/i2c: Fix num_acks calculation in i2c_write for F0 and F7 MCU's.
Damien George
2018-06-15
stm32/timer: Support TIM1 on F0 MCUs.
Damien George
2018-06-14
drivers/memory/spiflash: Rename functions to indicate they use cache.
Damien George
2018-06-14
stm32/boards/STM32L476DISC: Update SPI flash config for cache change.
Damien George
2018-06-12
stm32/Makefile: Rebuild all qstrs when any board configuration changes.
Damien George
2018-06-12
ports: Enable IOBase on unix, stm32, esp8266 and esp32.
Damien George
2018-06-12
ports: Call gc_sweep_all() when doing a soft reset.
Damien George
2018-06-08
stm32/mboot: Increase USB rx_buf and DFU buf sizes to full 2048 bytes.
Damien George
2018-06-08
stm32/mpconfigport.h: Enable DELATTR_SETATTR and BUILTINS_NOTIMPLEMENTED
Damien George
2018-06-08
ports: Enable descriptors on stm32, esp8266, esp32 ports.
Damien George
2018-06-06
extmod/vfs_fat: Rename FileIO/TextIO types to mp_type_vfs_fat_XXX.
Damien George
2018-06-03
stm32/modnetwork: Fix arg indexing in generic ifconfig method.
Damien George
2018-06-01
stm32: Add network driver for Wiznet5k using MACRAW mode and lwIP.
Damien George
2018-06-01
stm32/modnetwork: Provide generic implementation of ifconfig method.
Damien George
2018-06-01
stm32/modnetwork: Change base entry of NIC object from type to base.
Damien George
2018-06-01
stm32/modnetwork: Don't take netif's down when network is deinited.
Damien George
2018-05-30
stm32/flash: Increase H7 flash size to full 2MiB.
Damien George
2018-05-30
stm32/boards: Ensure USB OTG power is off for NUCLEO_F767ZI.
rolandvs
2018-05-29
stm32/boards: Split combined alt-func labels and fix some other errors.
rolandvs
2018-05-28
stm32/README: Update to include STM32F0 in list of supported MCUs.
Damien George
2018-05-28
stm32/boards: Add NUCLEO_F091RC board configuration files.
Damien George
2018-05-28
stm32/boards: Add alt-func CSV list and linker script for STM32F091.
Damien George
2018-05-28
stm32: Add support for STM32F0 MCUs.
Damien George
2018-05-28
stm32/boards: Add startup_stm32f0.s for STM32F0 MCUs.
Damien George
2018-05-28
stm32: Allow a board to disable MICROPY_VFS_FAT.
Damien George
2018-05-28
stm32/timer: Make timer_get_source_freq more efficient by using regs.
Damien George
2018-05-28
stm32: Add support for Cortex-M0 CPUs.
Damien George
2018-05-28
stm32: Allow to have no storage support if there are no block devices.
Damien George
2018-05-28
stm32/usb: Guard USB device code with #if for whether USB is enabled.
Damien George
2018-05-24
stm32: Add new component, the mboot bootloader.
Damien George
2018-05-24
stm32: Add low-level hardware I2C slave driver.
Damien George
2018-05-24
stm32: Remove unneeded HTML release notes from usbdev and usbhost dirs.
Damien George
2018-05-22
ports: Enable MICROPY_PY_BUILTINS_ROUND_INT on selected ports.
Damien George
2018-05-22
stm32/main: Use consistent indenting of macro #if's.
Damien George
2018-05-22
stm32/rng: Use Yasmarang for rng_get() if MCU doesn't have HW RNG.
Damien George
2018-05-21
stm32: Integrate lwIP as implementation of usocket module.
Damien George
2018-05-21
stm32/rtc: Don't try to set SubSeconds value on RTC.
Damien George
2018-05-18
stm32/boards: Add config files for new board, STM32L496GDISC.
Tobias Badertscher
[next]