summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/modstm.c
Commit message (Expand)AuthorAge
* 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
* all: Remove 'name' member from mp_obj_module_t struct.Damien George2016-09-22
* stmhal: Make stm constants big ints when they don't fit in a small int.Damien George2016-01-07
* stmhal: Add mem8/mem16/mem32 operations to machine module.Dave Hylands2015-12-19
* stmhal: Make stm.mem* support large integers.Dave Hylands2015-11-26
* stmhal: Generate modstm constants per buildDave Hylands2015-08-07
* stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H.Dave Hylands2015-07-30
* py: Overhaul and simplify printf/pfenv mechanism.Damien George2015-04-16
* stmhal: Prefix includes with py/; remove need for -I../py.Damien George2015-01-01
* Use MP_DEFINE_CONST_DICT macro to define module dicts.Damien George2014-11-29
* Prefix ARRAY_SIZE with micropython prefix MP_Emmanuel Blot2014-06-19
* py: Rename MP_OBJ_NOT_SUPPORTED to MP_OBJ_NULL.Damien George2014-05-21
* Add license header to (almost) all files.Damien George2014-05-03
* unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it.Paul Sokolovsky2014-05-02
* Add ARRAY_SIZE macro, and use it where possible.Damien George2014-04-26
* stmhal: Add lots of constants to stm module.Damien George2014-04-19
* stmhal: Big cleanup; merge gpio into Pin; make names consistent.Damien George2014-04-18
* stmhal: Add stm module, which contains some constants for the MCU.Damien George2014-04-10