aboutsummaryrefslogtreecommitdiff
path: root/stmhal/Makefile
AgeCommit message (Expand)Author
2017-01-12stmhal: fix wrong usage of gcc -print-libgcc-file-namePavol Rusnak
2016-11-28stmhal: Add address parameters to openocd config files.Nicholas Graumann
2016-11-24stmhal: Add beginnings of port-specific machine.I2C implementation.Damien George
2016-11-21stmhal/moduselect: Move to extmod/ for reuse by other ports.Paul Sokolovsky
2016-11-16py/lexer: Provide generic mp_lexer_new_from_file based on mp_reader.Damien George
2016-11-08py: Move frozen bytecode Makefile rules from ports to common mk files.Damien George
2016-11-03lib/libm: Move Thumb-specific sqrtf function to separate file.Damien George
2016-10-21stmhal/Makefile: Use standard rules for frozen module generation.Paul Sokolovsky
2016-10-16esp8266, stmhal, unix: MAKE_FROZEN is consistently defined in mkenv.mk.Paul Sokolovsky
2016-10-05stmhal: Fix ESPRUINO_PICO by adding ld scripts with correct flash size.Dave Hylands
2016-10-04stmhal/usb: Add support to receive USB HID messages from host.Philip Potter
2016-10-04stmhal: Fix linker map for STM32L476 chips.Dave Hylands
2016-09-30lib/cmsis: move CMSIS headers to lib/Krzysztof Blazewicz
2016-09-22stmhal: Put common definitions from linker files to common.ld.Krzysztof Blazewicz
2016-09-05unix,stmhal,esp8266: When find'ing frozen files follow symbolic links.Damien George
2016-09-05py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled.Delio Brignoli
2016-09-04stmhal: Add machine.WDT class.Damien George
2016-08-31unix,stmhal,esp8266: When find'ing frozen files don't use extra slash.Damien George
2016-05-23stmhal: Support frozen packages using .mpy files.Damien George
2016-04-25cc3200, stmhal, teensy: Use pyhelp_print_obj function.Colin Hogben
2016-04-19stmhal: Update Makefile dependencies.Paul Sokolovsky
2016-04-16stmhal: L4: Add line to Makefile for building L4 series.Tobias Badertscher
2016-04-16stmhal: For frozen bytecode generation, add dependency of qstr file.Damien George
2016-04-16py: Add rules for automated extraction of qstrs from sources.Jan Čapek
2016-04-13stmhal: Add Makefile option FROZEN_MPY_DIR to support frozen bytecode.Damien George
2016-04-13py: Add ability to have frozen persistent bytecode from .mpy files.Damien George
2016-03-09stmhal: Add makefile target and configuration to deploy via OpenOCD.Christopher Arndt
2016-03-09stmhal: Add makefile target to deploy stmhal build via ST-LINK.Christopher Arndt
2016-03-08stmhal: Switch from dfu-util to tools/pydfu.py for deflt deploy method.Damien George
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-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-01-23stmhal: Add support for building frozen files.Dave Hylands
2016-01-07stmhal: Make stm constants big ints when they don't fit in a small int.Damien George
2015-12-10stmhal: add order-only dependency on build directorySven Wegener
2015-11-26stmhal: Allow make DEBUG=1 to buildDave Hylands
2015-11-25extmod: Move fsusermount.c from stmhal for cross-port reuse.Paul Sokolovsky
2015-11-10lib/utils/printf: Move from stmhal/ .Paul Sokolovsky
2015-10-31stmhal: pyexec.c is common module, move to lib/utils/ .Paul Sokolovsky
2015-10-31all: Add py/mphal.h and use it in all ports.Damien George
2015-10-24Makefiles: Remove duplicate object files when linking.Paul Sokolovsky
2015-10-19stmhal: Early version of machine module for stmhal.Dave Hylands
2015-10-19all: Make netutils.h available to all ports by default.Paul Sokolovsky
2015-10-09stmhal: Fix USB CDC-only mode under Windows.Dave Hylands
2015-08-07stmhal: Use CMSIS_MCU definition from mpconfigboard.mkDave Hylands
2015-08-07stamhal: Add definitions for MCU_SERIES_F4 and MCU_SERIES_F7Dave Hylands
2015-08-07stmhal: Generate modstm constants per buildDave Hylands
2015-08-03stmhal: Add support for USART1 and conditional pins in make-pins.py.Damien George