| Age | Commit message (Expand) | Author |
| 2014-04-15 | stmhal: Add ADC function to read data at a given frequency. | Damien George |
| 2014-04-15 | stmhal: Add I2C.scan method, to scan all devices on the bus. | Damien George |
| 2014-04-15 | stmhal: Add simple README.txt to freshly-created filesystem. | Damien George |
| 2014-04-15 | stmhal: Wrap skin-named-usarts in PYBV10 #if. | Damien George |
| 2014-04-14 | stmhal: Work around crazy bug in USB CDC. | Damien George |
| 2014-04-14 | stmhal: Improved usart module a bit. | Damien George |
| 2014-04-14 | stmhal: Add pyb.wfi() function (calls __WFI). | Damien George |
| 2014-04-13 | stmhal: Add stdin/stdout/stderr objects. | Damien George |
| 2014-04-13 | stmhal: Improve USB CDC write function (increase timeout). | Damien George |
| 2014-04-13 | py: Fix up source-line calculation. | Damien George |
| 2014-04-13 | stm[hal]: Init mp_sys_path and mp_sys_argv correctly. | Damien George |
| 2014-04-13 | Merge pull request #476 from pfalcon/static-sys | Damien George |
| 2014-04-13 | py: Fix mp_get_buffer, and use it in more places. | Damien George |
| 2014-04-13 | stmhal: Little hack to dump GC allocation table using pyb.info(). | Damien George |
| 2014-04-13 | stmhal: Update for static mod sys. | Paul Sokolovsky |
| 2014-04-12 | stmhal: Put a USB structure in ROM; GC doesn't scan the data segment. | Damien George |
| 2014-04-12 | stmhal: Move fatfs volume/partition lookup table to ROM. | Damien George |
| 2014-04-12 | stmhal: Move I2C objects to ROM. | Damien George |
| 2014-04-10 | Merge pull request #458 from lurch/patch-1 | Damien George |
| 2014-04-10 | stmhal: Add stm module, which contains some constants for the MCU. | Damien George |
| 2014-04-10 | Tweak pybcdc.inf to match recent changes to pybcdc.h | Andrew Scheller |
| 2014-04-09 | stmhal: Make /src/main.py just /main.py; allow SD to be used as root device. | Damien George |
| 2014-04-09 | stmhal: Update windows driver; \r\n newlines and addition USB id. | Damien George |
| 2014-04-09 | stmhal: Add windows cdc .inf driver to flash filesystem. | Damien George |
| 2014-04-09 | stmhal: Improve help() function. | Damien George |
| 2014-04-09 | stmhal: Add functionality to Servo object. | Damien George |
| 2014-04-08 | Fix make-pins.py to support having multiple names for a pin. | Dave Hylands |
| 2014-04-08 | stmhal: Make USRSW re-register the EXTI callback each time it's set. | Damien George |
| 2014-04-08 | stmhal: in EXTI interrupt handler wrap uPy calls in gc_lock and nlr_buf. | Damien George |
| 2014-04-08 | Add a check for NULL nlr_top in nlr_jump. | Damien George |
| 2014-04-08 | Improve REPL detecting when input needs to continue. | Damien George |
| 2014-04-08 | unix, stmhal: Consistently use "FileIO" as class name for file objects. | Paul Sokolovsky |
| 2014-04-07 | Replace some Makefile commands with variables in py/mkenv.mk | Andrew Scheller |
| 2014-04-06 | py: Add option to compiler to specify default code emitter. | Damien George |
| 2014-04-05 | py: Replace stream_p with *stream_p in mp_obj_type_t. | Damien George |
| 2014-04-05 | py: Make globals and locals proper dictionary objects. | Damien George |
| 2014-04-05 | py: Change module globals from mp_map_t* to mp_obj_dict_t*. | Damien George |
| 2014-04-05 | Improve GC finalisation code; add option to disable it. | Damien George |
| 2014-04-05 | py: Change nlr_jump to nlr_raise, to aid in debugging. | Damien George |
| 2014-04-05 | stmhal: autoflash now enters serial comms after flashing. | Damien George |
| 2014-04-05 | stmhal: Add more escape seqs; add debugging output for escape seq. | Damien George |
| 2014-04-05 | stmhal readline: Parse XTERM Home/End key codes. | Paul Sokolovsky |
| 2014-04-03 | Add the git version to the banner | Dave Hylands |
| 2014-04-03 | stmhal: Add home/end cursor support in readline. | Damien George |
| 2014-04-03 | Merge pull request #419 from pfalcon/stmhal-file-streams | Damien George |
| 2014-04-03 | stmhal: On soft reset, if in raw REPL mode, don't run main.py. | Damien George |
| 2014-04-03 | stmhal: Fix raw REPL so that it passes through more ASCII chars. | Damien George |
| 2014-04-03 | stmhal: Add powf, logf, log2f, log10f. | Damien George |
| 2014-04-03 | stmhal: #undef log2f if it's defined. | Damien George |
| 2014-04-03 | stmhal: Reimplement file support using stream protocol API. | Paul Sokolovsky |