133 Commits (f28efa19713977a61395b19fec1fe501aeee4c0e)

Author SHA1 Message Date
Damien George 9526e24234 unix,stmhal,esp8266: When find'ing frozen files follow symbolic links. 8 years ago
Delio Brignoli e2ac8bb3f1 py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled. 8 years ago
Damien George 76c366df56 stmhal: Add machine.WDT class. 8 years ago
Damien George 9c04ef2a67 unix,stmhal,esp8266: When find'ing frozen files don't use extra slash. 8 years ago
Damien George 3e03d1b87e stmhal: Support frozen packages using .mpy files. 9 years ago
Colin Hogben 104aa26271 cc3200, stmhal, teensy: Use pyhelp_print_obj function. 9 years ago
Paul Sokolovsky 098f3e2862 stmhal: Update Makefile dependencies. 9 years ago
Tobias Badertscher 69f26c68c9 stmhal: L4: Add line to Makefile for building L4 series. 9 years ago
Damien George 040373e4c4 stmhal: For frozen bytecode generation, add dependency of qstr file. 9 years ago
Jan Čapek d76c65f599 py: Add rules for automated extraction of qstrs from sources. 9 years ago
Damien George 733db525e2 stmhal: Add Makefile option FROZEN_MPY_DIR to support frozen bytecode. 9 years ago
Damien George 0a2e9650f5 py: Add ability to have frozen persistent bytecode from .mpy files. 9 years ago
Christopher Arndt 9b5e05a7c7 stmhal: Add makefile target and configuration to deploy via OpenOCD. 9 years ago
Christopher Arndt 07554486ee stmhal: Add makefile target to deploy stmhal build via ST-LINK. 9 years ago
Damien George 2c72ae5c29 stmhal: Switch from dfu-util to tools/pydfu.py for deflt deploy method. 9 years ago
Paul Sokolovsky 46a0ac02c5 extmod/vfs_fat_ffconf: Reusable FatFs module, move from stmhal/ffconf. 9 years ago
Paul Sokolovsky 6b0c88256b extmod/vfs_fat_file: Reusable FatFs module, move from stmhal/file. 9 years ago
Paul Sokolovsky 8cb78e0e53 extmod/vfs_fat_diskio: Reusable FatFs module, move from stmhal/diskio. 9 years ago
Paul Sokolovsky 350ab0f570 stmhal/file: Recast as "FatFs file" class, to support other VFS types. 9 years ago
Paul Sokolovsky 71206f02c3 stmhal: Move stmhal-specific FatFs routines/structs to fatfs_port.c. 9 years ago
Dave Hylands 42a6364a31 stmhal: Add support for building frozen files. 9 years ago
Damien George 2621f8a340 stmhal: Make stm constants big ints when they don't fit in a small int. 9 years ago
Sven Wegener 4651c4381e stmhal: add order-only dependency on build directory 9 years ago
Dave Hylands 364bb61df3 stmhal: Allow make DEBUG=1 to build 9 years ago
Paul Sokolovsky 3a1bbcc2ef extmod: Move fsusermount.c from stmhal for cross-port reuse. 9 years ago
Paul Sokolovsky 73ff0687f2 lib/utils/printf: Move from stmhal/ . 9 years ago
Paul Sokolovsky 0ec51441de stmhal: pyexec.c is common module, move to lib/utils/ . 9 years ago
Damien George 731f359292 all: Add py/mphal.h and use it in all ports. 9 years ago
Paul Sokolovsky 0dbd928cee Makefiles: Remove duplicate object files when linking. 9 years ago
Dave Hylands 504420c51d stmhal: Early version of machine module for stmhal. 9 years ago
Paul Sokolovsky e0f5df579b all: Make netutils.h available to all ports by default. 9 years ago
Dave Hylands 01d64914c5 stmhal: Fix USB CDC-only mode under Windows. 9 years ago
Dave Hylands 872f9af6ae stmhal: Use CMSIS_MCU definition from mpconfigboard.mk 9 years ago
Dave Hylands 8f59bacb92 stamhal: Add definitions for MCU_SERIES_F4 and MCU_SERIES_F7 9 years ago
Dave Hylands be66a9ecf6 stmhal: Generate modstm constants per build 9 years ago
Damien George 751485fe6b stmhal: Add support for USART1 and conditional pins in make-pins.py. 9 years ago
Dave Hylands 92d4b51ad5 stmhal: Add STM32F7DISC and associated changes. 9 years ago
Dave Hylands 7e7fb0b7a3 stmhal: Renamed startup/system/_it.[ch] file to generic names. 9 years ago
Dave Hylands ea8bf81058 stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H. 9 years ago
Damien George a39df51d8a stmhal: Update Makefile and board configs to compile with relocated hal. 9 years ago
Damien George 3d30d605f5 stmhal: Factor out DMA initialisation code from spi.c. 10 years ago
Josef Gajdusek 1db4253886 lib: Move time utility functions to common library. 10 years ago
Josef Gajdusek 04ee5983fe lib: Move some common mod_network_* functions to lib/netutils. 10 years ago
Damien George 0435e76250 stmhal: Make ld and af files configurable within Makefile. 10 years ago
Paul Sokolovsky 3a84c8b58d string0.c: Move from stmhal/ to lib/. 10 years ago
Damien George f44ace11fb stmhal: Put flash in deep power-down mode when entering stop mode. 10 years ago
Damien George 4f94d90d4d stmhal: Include fatfs headers using lib/fatfs prefix. 10 years ago
Damien George 9ab94c468c lib/libm: Add implementations of erf, erfc, lgamma, tgamma. 10 years ago
Damien George 39ce2db181 stmhal: Add "CDC" option to pyb.usb_mode, for CDC device only. 10 years ago
Damien George b384bcc5de stmhal: Remove unused usbdev files, and move used ones up a dir. 10 years ago