index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
Age
Commit message (
Expand
)
Author
2017-01-31
stmhal/pin: Add C-level pin ioctl method.
Damien George
2017-01-31
stmhal/main: Put /sd directory before /flash in sys.path.
Damien George
2017-01-31
stmhal: On boot, mount all available partitions of the SD card.
Damien George
2017-01-31
stmhal/README: Add paragraph about building mpy-cross.
Damien George
2017-01-30
stmhal: Fix stack pointer initialisation for F411 and F429 boards.
Damien George
2017-01-30
stmhal: Set the FatFs partition number when initialising VFS object.
Damien George
2017-01-30
stmhal: Use LED constants from PYBv4 onwards.
Damien George
2017-01-30
extmod: Merge old fsusermount.h header into vfs.h and vfs_fat.h.
Damien George
2017-01-30
extmod/vfs_fat: Remove MICROPY_FATFS_OO config option.
Damien George
2017-01-29
stmhal/moduos: Remove duplicated chdir.
Damien George
2017-01-29
stmhal: Fix name of automatically created boot.py.
Damien George
2017-01-27
stmhal: Convert to use VFS sub-system and new ooFatFs component.
Damien George
2017-01-27
stmhal/usbd_msc_storage: Use storage functions instead of disk ones.
Damien George
2017-01-27
extmod/vfs: Add ability for VFS sub-system to import using VfsFat.
Damien George
2017-01-27
extmod: Rename vfs_fat_file.h to vfs_fat.h.
Damien George
2017-01-24
stmhal/mpconfigport.h: Reorganise the config options into groups.
Damien George
2017-01-24
stmhal/boards/STM32L476DISC: Use external SPI flash for filesystem.
Damien George
2017-01-24
stmhal: Add ability to have filesystem stored on external SPI flash.
Damien George
2017-01-24
stmhal: Fix examples in openocd configs to include addresses.
Pavol Rusnak
2017-01-23
stmhal: Add default frozen-bytecode directory and link lcd160cr driver.
Damien George
2017-01-22
stmhal: Enable help('modules') feature.
Damien George
2017-01-22
stmhal: Convert to use builtin help function.
Damien George
2017-01-19
stmhal: Implement SNAK/CNAK mechanism for USB HID receive.
Pavol Rusnak
2017-01-19
stmhal: Implement ioctl for USB HID read.
Pavol Rusnak
2017-01-19
stmhal: Fix USB HID receive not receiving the first packet.
Pavol Rusnak
2017-01-12
stmhal: fix wrong usage of gcc -print-libgcc-file-name
Pavol Rusnak
2017-01-12
stmhal: Support PortG on STM32L476 and STM32L486.
Dave Hylands
2017-01-04
all: Consistently update signatures of .make_new and .call methods.
Paul Sokolovsky
2016-12-28
stmhal/uart: Increase inter-character timeout by 1ms.
Damien George
2016-12-28
stmhal/uart: Provide a custom function to transmit over UART.
Damien George
2016-12-23
stmhal, esp8266: Enable utimeq module.
Paul Sokolovsky
2016-12-22
stmhal: Add support for STM32 Nucleo64 L476RG.
sergiuszm
2016-12-22
stmhal/sdcard: Use mp_hal_pin_config function instead of HAL_GPIO_Init.
Damien George
2016-12-22
stmhal/led: Use mp_hal_pin_config function instead of HAL_GPIO_Init.
Damien George
2016-12-22
stmhal/usrsw: Use mp_hal_pin_config function instead of HAL_GPIO_Init.
Damien George
2016-12-22
stmhal/mphalport.h: Explicitly use HAL's GPIO constants for pull modes.
Damien George
2016-12-22
stmhal/led: Properly initialise timer handle to zero before using it.
Damien George
2016-12-15
stmhal: Use core-provided keyboard exception object.
Damien George
2016-12-15
stmhal/usb: Always use the mp_kbd_exception object for VCP interrupt.
Damien George
2016-12-15
stmhal: Rename mp_const_vcp_interrupt to mp_kbd_exception.
Damien George
2016-12-15
stmhal/mpconfigport: Add weak-module links for io, collections, random.
Damien George
2016-12-14
py/runtime: Zero out fs_user_mount array in mp_init.
Damien George
2016-12-13
stmhal: Move PY_SYS_PLATFORM config from board to general config file.
Damien George
2016-12-13
stmhal: Add STM32F769DISC board files.
Rami Ali
2016-12-13
stmhal/cmsis: Add CMSIS file stm32f769xx.h, V1.1.2.
Rami Ali
2016-12-13
stmhal: Add NUCLEO_F767ZI board, with openocd config for stm32f7.
Rami Ali
2016-12-13
stmhal/cmsis: Add CMSIS file stm32f767xx.h, V1.1.2.
Rami Ali
2016-12-08
stmhal: Refactor to use extmod implementation of software SPI class.
Damien George
2016-12-08
extmod/machine_spi: Provide reusable software SPI class.
Damien George
2016-12-07
stmhal/hal: Update HALCOMMITS due to change in f7 hal files.
Damien George
[prev]
[next]