aboutsummaryrefslogtreecommitdiff
path: root/stmhal
AgeCommit message (Expand)Author
2014-06-02micropython port for HydraBusbvernoux
2014-06-01stmhal: Document pyb.Accel() constructor, that it takes time to start.Damien George
2014-06-01Rename bultins config variables to MICROPY_PY_BUILTINS_*.Damien George
2014-05-30Add a comma to make the .csv look proper in githubDave Hylands
2014-05-25Change const byte* to const char* where sensible.Damien George
2014-05-24Add SystemExit exception and use it in unix/ and stmhal/ ports.Damien George
2014-05-24Rename configuration variables controling Python features.Damien George
2014-05-21Tidy up some configuration options.Damien George
2014-05-21py: Rename MP_OBJ_NOT_SUPPORTED to MP_OBJ_NULL.Damien George
2014-05-21stmhal: Stop USB before entering DFU by software.Damien George
2014-05-19py: Implement proper separation between io.FileIO and io.TextIOWrapper.Paul Sokolovsky
2014-05-19stmhal: Fix DAC documentation: need to convert float to int for buf.Damien George
2014-05-19stmhal: Fix write_timed function for DAC(2).Damien George
2014-05-19stmhal: Make pyb.bootloader take no arguments.Damien George
2014-05-18stmhal: Remap system flash and adjust addressesSven Wegener
2014-05-18stmhal: Activate bootloader with pyb.bootloader()Sven Wegener
2014-05-11py: Rename MICROPY_SYS_EXIT to MICROPY_MOD_SYS_EXIT.Damien George
2014-05-11stmhal: Enable frozenset. Takes 292 text bytes in ROM.Damien George
2014-05-11stmhal: Update CC3000 driver to newer version.Damien George
2014-05-10stmhal/cc3k: Remove spaces and tabs at end of lines.Damien George
2014-05-10tools: Move gendoc.py to tools, and make it a little more generic.Damien George
2014-05-10stmhal: Fix USB CDC not flushing packets when an exact multiple of 64.Damien George
2014-05-10stmhal: Improve handling of out-of-memory in REPL.Damien George
2014-05-10modsys: Enable sys.exit() per port after all.Paul Sokolovsky
2014-05-10stmhal: Implement draft version of sys.exit().Paul Sokolovsky
2014-05-10stmhal: Fix setting of RTC: was BCD now BIN encoded.Damien George
2014-05-08Add gc.enable, gc.disable; remove pyb.gc.Damien George
2014-05-08stmhal: Add time.time() and time.localtime().Damien George
2014-05-07Add input command for unixDave Hylands
2014-05-06py: Add keyword arg support to enumerate constructor.Damien George
2014-05-06stmhal: pyb: Use gc() function as defined by standard module "gc".Paul Sokolovsky
2014-05-05Change references (in comments) of pyb.GPIO to be pyb.PinDave Hylands
2014-05-04stmhal: Document physical pins for SPI, I2C, UART busses.Damien George
2014-05-03Add license header to (almost) all files.Damien George
2014-05-03py, stream: Implement readlines for a stream.Damien George
2014-05-03Add device ID to deploy make target for stmhal.Craig Barnes
2014-05-03Don't print git hash as well as git tag in banner.Damien George
2014-05-03py: Print tag/version/git describe in uPy banner.Damien George
2014-05-03Merge pull request #555 from lurch/patch-1Damien George
2014-05-03stmhal: Enable cmath module.Damien George
2014-05-03Fix incorrect fix ;)Andrew Scheller
2014-05-03stmhal: Add .gitignore to ignore the new build dir names.Damien George
2014-05-03Updated doc fixAndrew Scheller
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-03RTC doc fixAndrew Scheller
2014-05-03stmhal: Wrap CC3000 driver in MICROPY_HW_ENABLE_CC3K.Damien George
2014-05-03stmhal: Fix typos in class documentation.Damien George
2014-05-03stmhal: Fix bug where negative delay/udelay lead to huge delays.Damien George
2014-05-03stmhal: Remove #include <stdint.h> from mpconfigport.h.Damien George