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