index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
stmhal
/
modstm.c
Commit message (
Expand
)
Author
Age
*
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
*
all: Remove 'name' member from mp_obj_module_t struct.
Damien George
2016-09-22
*
stmhal: Make stm constants big ints when they don't fit in a small int.
Damien George
2016-01-07
*
stmhal: Add mem8/mem16/mem32 operations to machine module.
Dave Hylands
2015-12-19
*
stmhal: Make stm.mem* support large integers.
Dave Hylands
2015-11-26
*
stmhal: Generate modstm constants per build
Dave Hylands
2015-08-07
*
stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H.
Dave Hylands
2015-07-30
*
py: Overhaul and simplify printf/pfenv mechanism.
Damien George
2015-04-16
*
stmhal: Prefix includes with py/; remove need for -I../py.
Damien George
2015-01-01
*
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Damien George
2014-11-29
*
Prefix ARRAY_SIZE with micropython prefix MP_
Emmanuel Blot
2014-06-19
*
py: Rename MP_OBJ_NOT_SUPPORTED to MP_OBJ_NULL.
Damien George
2014-05-21
*
Add license header to (almost) all files.
Damien George
2014-05-03
*
unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it.
Paul Sokolovsky
2014-05-02
*
Add ARRAY_SIZE macro, and use it where possible.
Damien George
2014-04-26
*
stmhal: Add lots of constants to stm module.
Damien George
2014-04-19
*
stmhal: Big cleanup; merge gpio into Pin; make names consistent.
Damien George
2014-04-18
*
stmhal: Add stm module, which contains some constants for the MCU.
Damien George
2014-04-10