aboutsummaryrefslogtreecommitdiff
path: root/stmhal
AgeCommit message (Expand)Author
2016-03-03extmod/vfs_fat: Add lexer, move from stmhal port for reuse.Paul Sokolovsky
2016-02-29extmod/vfs_fat: Add fat_vfs_import_stat(), reusable import stat routine.Paul Sokolovsky
2016-02-28extmod/vfs_fat: Move listdir() method from stmhal for reuse.Paul Sokolovsky
2016-02-25stmhal: Enabled importing of persistent bytecode (.mpy files).Damien George
2016-02-15stmhal: Improvements to the STM32F4DISC UART config settings.Dave Hylands
2016-02-15stmhal: Some NETDUINO_PLUS_2 cleanupDave Hylands
2016-02-15extmod/vfs_fat_ffconf: Reusable FatFs module, move from stmhal/ffconf.Paul Sokolovsky
2016-02-15extmod/vfs_fat_file: Reusable FatFs module, move from stmhal/file.Paul Sokolovsky
2016-02-15extmod/vfs_fat_diskio: Reusable FatFs module, move from stmhal/diskio.Paul Sokolovsky
2016-02-15py/mpstate.h: fs_user_mount is now standard, reusable uPy functionality.Paul Sokolovsky
2016-02-14stmhal/diskio: Add provision for default returns for ioctl INIT/SEC_SIZE.Paul Sokolovsky
2016-02-14stmhal/file: Paranoid compiler warnings cleanness.Paul Sokolovsky
2016-02-14stmhal/diskio,file: Nanbox cleanness.Paul Sokolovsky
2016-02-10stmhal: NUCLEO 401 - Add definitions for I2C2 and I2C3Dave Hylands
2016-02-10stmhal: CERB40 - Add pins defines for I2C3Dave Hylands
2016-02-10stmhal: NUCLEO 401 - Add a bunch of missing pins and reorder the pinsDave Hylands
2016-02-10stmhal: Add a function for setting the pin alternate functionDave Hylands
2016-02-10extmod/fsusermount: Move BP_IOCTL_xxx constants to fsusermount.h.Damien George
2016-02-10extmod/fsusermount: Support mounting of multiple block devices.Damien George
2016-02-10stmhal: Add mount/umount/mkfs to os module.Damien George
2016-02-10stmhal: Expose flash and SD card as proper objects with block protocol.Damien George
2016-02-10stmhal: Improve NUCLEO-F401RE build, with UART2 as REPL.Dave Hylands
2016-02-10lib/fatfs: Add support for sector sizes larger than 512 bytes.Damien George
2016-02-10extmod/fsusermount: Change block protocol to support ioctl method.Damien George
2016-02-10extmod/fsusermount: Introduce separate mkfs() function.Paul Sokolovsky
2016-02-07stmhal/file: For self-contained usecase, don't define global types.Paul Sokolovsky
2016-02-07stmhal/file: Recast as "FatFs file" class, to support other VFS types.Paul Sokolovsky
2016-02-06stmhal: Move stmhal-specific FatFs routines/structs to fatfs_port.c.Paul Sokolovsky
2016-02-06stmhal/diskio: Introduce MICROPY_HW_HAS_FLASH setting.Paul Sokolovsky
2016-02-03py/mpz: Complete implementation of mpz_{and,or,xor} for negative args.Doug Currie
2016-01-30stmhal: Update HALCOMMITS due to change to hal.Damien George
2016-01-30stmhal: In HAL I2C driver, move DMA setup to after sending I2C address.Damien George
2016-01-29stmhal: Add PWM capability for LED(3) and LED(4) on pyboards.Damien George
2016-01-29stmhal: Make TIM3 available for use by the user.Damien George
2016-01-29stmhal: Make USB CDC driver use SOF instead of TIM3 for outgoing data.Damien George
2016-01-29py/runtime: mp_stack_ctrl_init() should be called immediately on startup.Paul Sokolovsky
2016-01-27stmhal: Add support for the STM32F401NUCLEO board.Carmine Noviello
2016-01-26extmod/modurandom: Add some extra random functions.Damien George
2016-01-23stmhal: Add support for building frozen files.Dave Hylands
2016-01-19stmhal: Add os.statvfsDave Hylands
2016-01-17extmod/modurandom: Add "urandom" module.Paul Sokolovsky
2016-01-11py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.Damien George
2016-01-07stmhal: Remove custom mod_machine_mem_get_{read,write}_addr functions.Damien George
2016-01-07stmhal: Make stm constants big ints when they don't fit in a small int.Damien George
2015-12-30stmhal: Fix USB on the STM32F429DISC boardDave Hylands
2015-12-25extmod/fsusermount: Move module qstrs to global pool from stmhal port.Paul Sokolovsky
2015-12-22stmhal: Add pyb.irq_stats() to get statistics about IRQ calls.Damien George
2015-12-19stmhal: Add mem8/mem16/mem32 operations to machine module.Dave Hylands
2015-12-18stmhal: Change PLL configuration for STM32F7DISC.Fabian
2015-12-18stmhal, cc3200: Actually implement machine -> umachine module weak link.Paul Sokolovsky