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-03-07
stm32/i2c: On F4 MCUs report the actual I2C SCL frequency.
Damien George
2018-03-03
stm32/qspi: Add hardware QSPI driver, with memory-map capability.
Damien George
2018-03-03
stm32/spibdev: Convert to use multiple block read/write interface.
Damien George
2018-03-02
stm32/storage: Add option for bdev to supply readblock/writeblocks.
Damien George
2018-03-02
stm32/spibdev: Add option to configure SPI block dev to use QSPI flash.
Damien George
2018-03-02
stm32/spibdev: Update to work with new spiflash driver.
Damien George
2018-02-23
stm32: Move MCU-specific cfg from mphalport.h to mpconfigboard_common.h.
Damien George
2018-02-23
stm32/flash: Use FLASH_TYPEPROGRAM_WORD to support newer HALs.
Damien George
2018-02-23
stm32: Use "GEN" for describing files generated in the build.
Damien George
2018-02-22
stm32: Add board config option to enable/disable the ADC.
Damien George
2018-02-21
ports: Enable ucollections.deque on relevant ports.
Damien George
2018-02-15
stm32: Change header include guards from STMHAL to STM32 to match dir.
Damien George
2018-02-13
stm32: Factor out flash and SPI block-device code to separate files.
Damien George
2018-02-13
stm32/boards: Update all boards to work with new USB configuration.
Damien George
2018-02-13
stm32: Introduce MICROPY_HW_ENABLE_USB and clean up USB config.
Damien George
2018-02-13
stm32/timer: Support MCUs that don't have TIM4 and/or TIM5.
Damien George
2018-02-13
stm32/spi: Further updates to use newer versions of HAL names.
Damien George
2018-02-13
stm32: Update HAL macro and constant names to use newer versions.
Damien George
2018-02-12
stm32/usbdev: Fix USBD setup request handler to use correct recipient.
Damien George
2018-02-09
stm32/boards: Remove all config options that are set to defaults.
Damien George
2018-02-09
stm32: Add mpconfigboard_common.h with common/default board settings.
Damien George
2018-02-05
stm32/main: Remove need for first_soft_reset variable.
Damien George
2018-02-05
stm32/main: Reorder some init calls to put them before soft-reset loop.
Damien George
2018-02-05
stm32/rtc: Add compile-time option to set RTC source as LSE bypass.
Damien George
2018-02-05
stm32/rtc: Fix RTC init to use LSI if LSI is already selected on boot.
Damien George
2018-02-05
stm32/rtc: Fix rtc_info flags when LSE fails and falls back to LSI.
Damien George
2018-02-05
stm32/spi: Accept machine.SPI object in spi_from_mp_obj() function.
Damien George
2018-02-05
stm32: Update LCD and network drivers to work with new SPI API.
Damien George
2018-02-05
stm32/spi: Provide better separation between SPI driver and uPy objs.
Damien George
2018-02-02
stm32/i2c: Allow I2C peripheral state to persist across a soft reset.
Damien George
2018-02-02
stm32/spi: Allow SPI peripheral state to persist across a soft reset.
Damien George
2018-02-02
stm32/rng: Simplify RNG implementation by accessing raw peripheral regs.
Damien George
2018-02-02
stm32/spi: Add support for a board naming SPI peripherals 4, 5 and 6.
Damien George
2018-02-02
stm32/i2c: Use macros instead of magic numbers for I2C speed grades.
liamkinne
2018-02-01
stm32/usbdev: Add support for high-speed USB device mode.
Damien George
2018-02-01
stm32/usb: Allow board to select which USBD is used as the main one.
Damien George
2018-02-01
stm32/usbdev: Add support for MSC-only USB device class.
Damien George
2018-02-01
stm32/sdcard: Use maximum speed SDMMC clock on F7 MCUs.
Damien George
2018-02-01
stm32/sdcard: Only define IRQ handler if using SDMMC1 peripheral.
Damien George
2018-02-01
stm32/modmachine: In freq(), select flash latency value based on freq.
Damien George
2018-02-01
stm32: Improve support for STM32F722, F723, F732, F733 MCUs.
Damien George
2018-02-01
stm32/can: Support MCUs without a CAN2 peripheral.
Damien George
2018-02-01
stm32/usbdev: Combine all str descriptor accessor funcs into one func.
Damien George
2018-02-01
stm32/usbdev: Reduce dependency on py header files.
Damien George
2018-02-01
stm32/sdcard: Make SD wait routine more power efficient by using WFI.
Damien George
2018-02-01
stm32/spi: Make SPI DMA wait routine more power efficient by using WFI.
Damien George
2018-01-31
stm32: Add support for DHT11/DHT22 sensors.
Damien George
2018-01-31
stm32/modmachine: Handle case of no MICROPY_PY_MACHINE_I2C.
Peter D. Gray
2017-12-28
stm32/spi: If MICROPY_HW_SPIn_MISO undefined, do not claim pin on init.
Peter D. Gray
2017-12-23
stm32/i2c: Support more I2C baudrates for F746, and more F7 MCUs.
Damien George
[prev]
[next]