aboutsummaryrefslogtreecommitdiff
path: root/stmhal/Makefile
AgeCommit message (Expand)Author
2017-06-28stmhal/Makefile: Add CFLAGS_EXTRA to CFLAGS so cmdline can add options.Damien George
2017-06-28stmhal/Makefile: Rename FLOAT_IMPL to MICROPY_FLOAT_IMPL to match C nameDamien George
2017-06-28stmhal/Makefile: Use hardware double-prec FP for MCUs that support it.Damien George
2017-06-28stmhal: Add possibility to build with double-precision floating point.Damien George
2017-06-22stmhal: Make available the _onewire module, for low-level bus control.Damien George
2017-06-15stmhal: Move pybstdio.c to lib/utils/sys_stdio_mphal.c for common use.Damien George
2017-06-01ports: Convert from using stmhal's input() to core provided version.Damien George
2017-03-31all: Use full path name when including mp-readline/timeutils/netutils.Damien George
2017-03-24py/modbuiltins: For round() builtin use nearbyint instead of round.Damien George
2017-03-23all/Makefile: Remove -ansi from GCC flags, its ignored anyway.Krzysztof Blazewicz
2017-02-15stmhal: Use generic interrupt char code.Damien George
2017-02-08stmhal/Makefile: Drop use of -mabi=aapcs-linux; link libgcc by default.Damien George
2017-01-31stmhal: Initial implementation of multithreading, currently disabled.Damien George
2017-01-27stmhal: Convert to use VFS sub-system and new ooFatFs component.Damien George
2017-01-24stmhal: Add ability to have filesystem stored on external SPI flash.Damien George
2017-01-23stmhal: Add default frozen-bytecode directory and link lcd160cr driver.Damien George
2017-01-22stmhal: Convert to use builtin help function.Damien George
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