aboutsummaryrefslogtreecommitdiff
path: root/stmhal/Makefile
AgeCommit message (Expand)Author
2015-05-13lib: Move time utility functions to common library.Josef Gajdusek
2015-05-04lib: Move some common mod_network_* functions to lib/netutils.Josef Gajdusek
2015-04-18stmhal: Make ld and af files configurable within Makefile.Damien George
2015-04-05string0.c: Move from stmhal/ to lib/.Paul Sokolovsky
2015-03-22stmhal: Put flash in deep power-down mode when entering stop mode.Damien George
2015-03-04stmhal: Include fatfs headers using lib/fatfs prefix.Damien George
2015-02-22lib/libm: Add implementations of erf, erfc, lgamma, tgamma.Damien George
2015-02-13stmhal: Add "CDC" option to pyb.usb_mode, for CDC device only.Damien George
2015-02-13stmhal: Remove unused usbdev files, and move used ones up a dir.Damien George
2015-01-22lib/libm: Add frexp and modf functions; use in stmhal; add tests.Damien George
2015-01-12stmhal: Move readline code to lib/mp-readline/.Paul Sokolovsky
2015-01-01stmhal: Prefix includes with py/; remove need for -I../py.Damien George
2014-12-27stmhal: Add ability to mount custom block device.Damien George
2014-12-27stmhal: Upgrade to latest fatfs driver.Damien George
2014-12-27Makefiles: Support py/*.h includes per #1022.Paul Sokolovsky
2014-12-18lib/libm: Add acosh, asinh, atanh, tan; get working with stmhal.Damien George
2014-12-04stmhal: Overhaul network drivers; has generic network protocol in C.Damien George
2014-12-02stmhal: Move RTC HAL init functions to rtc.c, where they belong.Damien George
2014-10-31py: Add builtin round function.Damien George
2014-10-29Add -Wpointer-arith flag to prevent problems with pointer arithmetic on void*stijn
2014-10-23stmhal: Use OSError with POSIX error code for HAL errors.Damien George
2014-10-22Add pydfu.py to the micropython tree. Use dfu_util bgy defaultDave Hylands
2014-10-12stmhal: Oops: rename mod files in Makefile.Damien George
2014-10-09stmhal: Add pyb.stop() and pyb.standby() functions.Damien George
2014-10-06stmhal: Remove long-obsolete pybwlan.[ch] files from old CC3k driver.Damien George
2014-10-02stmhal: Add basic CAN bus support.Damien George
2014-09-30stmhal: Enable patch_program in cc3k driver, with key.Damien George
2014-09-30stmhal: Add network and usocket module.Damien George
2014-09-26stmhal: Initial implementation of cc3k module and driver.Damien George
2014-09-13py: Implement divmod, % and proper // for floating point.Damien George
2014-09-11py and libm: Add asinf,acosf; print higher precision for float.Damien George
2014-09-07stmhal: Implement generic select.select and select.poll.Damien George
2014-09-01stmhal: Add wiznet5k module, to control WIZnet ethernet adaptor.Damien George
2014-08-29lib: Add lib and libm, moving current files from stmhal.Damien George
2014-08-25Add save/restore_irqDave Hylands
2014-08-24Added python script to map AF to a pin nameDave Hylands
2014-08-16Put some code into the first 16K of flashDave Hylands
2014-08-16stmhal: For non-debug compile, enable CC/LD opt to remove dead code.Damien George
2014-08-08stmhal/teensy: Use _ instead of - in source file names.Damien George
2014-08-07Add support for selecting pin alternate functions from python.Dave Hylands
2014-08-06stmhal: Update STM32Cube F4 HAL driver to V1.3.0.Damien George
2014-07-31stmhal: Change 0:/ and 1:/ to /flash and /sd; add CWD support.Damien George
2014-07-21Allow DFU_UTIL to be overridden from the environment.Dave Hylands
2014-06-20Added hexfile targetWindel Bouwman
2014-06-18bare-arm, stmhal, teensy: Duplicate -nostdlib to CFLAGSSven Wegener
2014-06-18bare-arm, stmhal: Fix --nostdlib to -nostdlibSven Wegener
2014-05-03Add device ID to deploy make target for stmhal.Craig Barnes
2014-05-03stmhal: Change names: flash to firmware, flashboard to deploy.Damien George
2014-05-03stmhal: Default build directory now includes board name.Damien George
2014-05-01Add flashboard target to the stmhal Makefile to run dfu-utilAndrew Scheller