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