aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/moduos.c
AgeCommit message (Expand)Author
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-01-09py: Make mp_obj_get_type() return a const ptr to mp_obj_type_t.Damien George
2019-11-26stm32/moduos: Add VfsLfs1 and VfsLfs2 to uos module, if enabled.Damien George
2019-04-01stm32/moduos: Allow to compile again without USB enabled.Damien George
2019-04-01stm32: Make default USB_VCP stream go through uos.dupterm for main REPL.Andrew Leech
2018-07-08stm32: Support compiling with object representation D.Damien George
2018-05-28stm32: Allow a board to disable MICROPY_VFS_FAT.Damien George
2018-04-23stm32/uart: Allow ctrl-C to work with UARTs put on REPL via os.dupterm.Damien George
2017-10-19stm32: Make uos.dupterm() conform to specs by using extmod version.Damien George
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George