| Commit message (Expand) | Author | Age |
* | ports: Make new ports/ sub-directory and move all ports there. | Damien George | 2017-09-06 |
* | all: Use the name MicroPython consistently in comments | Alexander Steffen | 2017-07-31 |
* | stmhal: Clean up some header includes. | Damien George | 2017-07-03 |
* | stmhal: Convert all module and method tables to use MP_ROM macros. | Damien George | 2017-05-06 |
* | stmhal/modpyb: Use utime ticks ms/us functions instead of custom ones. | Damien George | 2017-03-02 |
* | stmhal: Rename sys_tick ticks/delay functions to corresp. mp_hal ones. | Damien George | 2017-03-02 |
* | stmhal: Add pyb.fault_debug() function, to control hard-fault behaviour. | Damien George | 2017-02-06 |
* | stmhal: Convert to use VFS sub-system and new ooFatFs component. | Damien George | 2017-01-27 |
* | py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros. | Damien George | 2016-10-21 |
* | stmhal/modutime: Refactor to use extmod/utime_mphal.c. | Paul Sokolovsky | 2016-10-14 |
* | all: Remove 'name' member from mp_obj_module_t struct. | Damien George | 2016-09-22 |
* | stmhal: Expose flash and SD card as proper objects with block protocol. | Damien George | 2016-02-10 |
* | extmod/fsusermount: Introduce separate mkfs() function. | Paul Sokolovsky | 2016-02-10 |
* | stmhal: Add pyb.irq_stats() to get statistics about IRQ calls. | Damien George | 2015-12-22 |
* | extmod: Move fsusermount.c from stmhal for cross-port reuse. | Paul Sokolovsky | 2015-11-25 |
* | lib/pyexec: Move header pyexec.h from stmhal directory. | Damien George | 2015-11-09 |
* | stmhal: Implement os.dupterm (was pyb.repl_uart). | Damien George | 2015-10-19 |
* | stmhal: Add sleep_{ms,us} and ticks_{ms,us,cpu,diff} to time module. | Damien George | 2015-10-19 |
* | stmhal: Early version of machine module for stmhal. | Dave Hylands | 2015-10-19 |
* | stamhal: Add definitions for MCU_SERIES_F4 and MCU_SERIES_F7 | Dave Hylands | 2015-08-07 |
* | stmhal: Enable SPI support for F7 MCUs. | Dave Hylands | 2015-08-05 |
* | stmhal: Enable I2C support for F7 MCUs. | Dave Hylands | 2015-08-05 |
* | stmhal: Add STM32F7DISC and associated changes. | Dave Hylands | 2015-07-30 |
* | stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H. | Dave Hylands | 2015-07-30 |
* | stmhal: Correctly clear wake-up flag before entering standby mode. | Damien George | 2015-03-22 |
* | stmhal: Put flash in deep power-down mode when entering stop mode. | Damien George | 2015-03-22 |
* | stmhal: Make os.sync use disk_ioctl exclusively; reuse os.sync in pyb. | Damien George | 2015-03-04 |
* | stmhal: Include fatfs headers using lib/fatfs prefix. | Damien George | 2015-03-04 |
* | stmhal: Make pybstdio usable by other ports, and use it. | Damien George | 2015-02-13 |
* | stmhal: Add Python-configurable USB HID mode. | Damien George | 2015-02-13 |
* | stmhal: Add support for FEZ Cerb40 II board from ghielectronics.com. | Dave Hylands | 2015-01-21 |
* | stmhal: Collect all root pointers together in 1 place. | Damien George | 2015-01-07 |
* | stmhal: Prefix includes with py/; remove need for -I../py. | Damien George | 2015-01-01 |
* | stmhal: Add ability to mount custom block device. | Damien George | 2014-12-27 |
* | stmhal: Enhance pyb.freq to configure bus (AHB, APB1, APB2) freqs. | Damien George | 2014-12-08 |
* | stmhal: Make pyb.[u]delay use systick with IRQs, busy loop otherwise. | Damien George | 2014-11-30 |
* | Use MP_DEFINE_CONST_DICT macro to define module dicts. | Damien George | 2014-11-29 |
* | stmhal: Improve pyb.freq to allow 8 and 16MHz (not usable with USB). | Damien George | 2014-11-02 |
* | Add pyb.hard_reset, and make sys.exit() or raise SystemExit do a soft reset. | Dave Hylands | 2014-10-22 |
* | stmhal: Add pyb.stop() and pyb.standby() functions. | Damien George | 2014-10-09 |
* | stmhal: Use mp_uint_t where appropriate. | Damien George | 2014-10-05 |
* | stmhal: Add config option to disable/enable CAN driver. | Damien George | 2014-10-05 |
* | stmhal: Allow pyb.freq() function to change SYSCLK frequency. | Damien George | 2014-10-04 |
* | stmhal: Add basic CAN bus support. | Damien George | 2014-10-02 |
* | Added pyb.elapsed_millis and pyb.elapsed_micros | Dave Hylands | 2014-09-28 |
* | stmhal: Use MP_OBJ_NEW_SMALL_INT directly in pyb.micros/millis. | Damien George | 2014-08-25 |
* | Add support for pyb.micros() by using the systick timer. | Dave Hylands | 2014-08-25 |
* | Add save/restore_irq | Dave Hylands | 2014-08-25 |
* | stmhal: In safe mode, still mount SD card and present as MSD over USB. | Damien George | 2014-08-16 |
* | stmhal: Change 0:/ and 1:/ to /flash and /sd; add CWD support. | Damien George | 2014-07-31 |