1072 Commits (aee723ed4cf434a31d7ac9a54d6ec4871f6ddf56)

Author SHA1 Message Date
Damien George 6b12934fec stmhal: Fix stack pointer initialisation for F411 and F429 boards. 8 years ago
Damien George a526352454 stmhal: Set the FatFs partition number when initialising VFS object. 8 years ago
Damien George 220abca311 stmhal: Use LED constants from PYBv4 onwards. 8 years ago
Damien George b697c89009 extmod: Merge old fsusermount.h header into vfs.h and vfs_fat.h. 8 years ago
Damien George 0bd61d23b9 extmod/vfs_fat: Remove MICROPY_FATFS_OO config option. 8 years ago
Damien George 9d3ad75b39 stmhal/moduos: Remove duplicated chdir. 8 years ago
Damien George c3cd46e5c2 stmhal: Fix name of automatically created boot.py. 8 years ago
Damien George 84c614e729 stmhal: Convert to use VFS sub-system and new ooFatFs component. 8 years ago
Damien George 3242cf2d36 stmhal/usbd_msc_storage: Use storage functions instead of disk ones. 8 years ago
Damien George 6c23c7587f extmod/vfs: Add ability for VFS sub-system to import using VfsFat. 8 years ago
Damien George 32a1138b9f extmod: Rename vfs_fat_file.h to vfs_fat.h. 8 years ago
Damien George 246f607a92 stmhal/mpconfigport.h: Reorganise the config options into groups. 8 years ago
Damien George f8a022bc11 stmhal/boards/STM32L476DISC: Use external SPI flash for filesystem. 8 years ago
Damien George d6a2d00167 stmhal: Add ability to have filesystem stored on external SPI flash. 8 years ago
Pavol Rusnak bdcca42390 stmhal: Fix examples in openocd configs to include addresses. 8 years ago
Damien George cffe00d6ab stmhal: Add default frozen-bytecode directory and link lcd160cr driver. 8 years ago
Damien George c594cf12ed stmhal: Enable help('modules') feature. 8 years ago
Damien George 8678e3edfd stmhal: Convert to use builtin help function. 8 years ago
Pavol Rusnak 0883a7e72f stmhal: Implement SNAK/CNAK mechanism for USB HID receive. 8 years ago
Pavol Rusnak 6ace84b089 stmhal: Implement ioctl for USB HID read. 8 years ago
Pavol Rusnak 89f2b62016 stmhal: Fix USB HID receive not receiving the first packet. 8 years ago
Pavol Rusnak b82fc8dcef
stmhal: fix wrong usage of gcc -print-libgcc-file-name 8 years ago
Dave Hylands aa53496391 stmhal: Support PortG on STM32L476 and STM32L486. 8 years ago
Paul Sokolovsky eac22e29a5 all: Consistently update signatures of .make_new and .call methods. 8 years ago
Damien George e81116d07d stmhal/uart: Increase inter-character timeout by 1ms. 8 years ago
Damien George 16a584d7cf stmhal/uart: Provide a custom function to transmit over UART. 8 years ago
Paul Sokolovsky 1328833663 stmhal, esp8266: Enable utimeq module. 8 years ago
sergiuszm ea426dd9ef stmhal: Add support for STM32 Nucleo64 L476RG. 8 years ago
Damien George e202b6f586 stmhal/sdcard: Use mp_hal_pin_config function instead of HAL_GPIO_Init. 8 years ago
Damien George ed559de063 stmhal/led: Use mp_hal_pin_config function instead of HAL_GPIO_Init. 8 years ago
Damien George ffa30898cc stmhal/usrsw: Use mp_hal_pin_config function instead of HAL_GPIO_Init. 8 years ago
Damien George 425150040c stmhal/mphalport.h: Explicitly use HAL's GPIO constants for pull modes. 8 years ago
Damien George b14abab9cd stmhal/led: Properly initialise timer handle to zero before using it. 8 years ago
Damien George a770ba147e stmhal: Use core-provided keyboard exception object. 8 years ago
Damien George 979ab4e126 stmhal/usb: Always use the mp_kbd_exception object for VCP interrupt. 8 years ago
Damien George f254cfd3c4 stmhal: Rename mp_const_vcp_interrupt to mp_kbd_exception. 8 years ago
Damien George 1b02565316 stmhal/mpconfigport: Add weak-module links for io, collections, random. 8 years ago
Damien George e8f2db7da3 py/runtime: Zero out fs_user_mount array in mp_init. 8 years ago
Damien George 0f408bc1ff stmhal: Move PY_SYS_PLATFORM config from board to general config file. 8 years ago
Rami Ali 8001918a89 stmhal: Add STM32F769DISC board files. 8 years ago
Rami Ali 3dd04dee3e stmhal/cmsis: Add CMSIS file stm32f769xx.h, V1.1.2. 8 years ago
Rami Ali e9fbc555fc stmhal: Add NUCLEO_F767ZI board, with openocd config for stm32f7. 8 years ago
Rami Ali 517f347f6f stmhal/cmsis: Add CMSIS file stm32f767xx.h, V1.1.2. 8 years ago
Damien George 1b6d94bccd stmhal: Refactor to use extmod implementation of software SPI class. 8 years ago
Damien George 1eb3c66e91 extmod/machine_spi: Provide reusable software SPI class. 8 years ago
Damien George d9c839742f stmhal/hal: Update HALCOMMITS due to change in f7 hal files. 8 years ago
Rami Ali db5a4e8f3c stmhal/boards/STM32F7DISC: Define LSE_STARTUP_TIMEOUT. 8 years ago
Rami Ali 6901649f54 stmhal: Declare and initialise PrescTables for F7 MCUs. 8 years ago
Rami Ali 44cb2ff7ab stmhal: Port of f4 hal commit 1d7fb82 to updated f7 hal. 8 years ago
Rami Ali 821863751f stmhal: Port of f4 hal commit 09de030 to updated f7 hal. 8 years ago