index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
modstm.c
Age
Commit message (
Expand
)
Author
2015-08-07
stmhal: Generate modstm constants per build
Dave Hylands
2015-07-30
stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H.
Dave Hylands
2015-04-16
py: Overhaul and simplify printf/pfenv mechanism.
Damien George
2015-01-01
stmhal: Prefix includes with py/; remove need for -I../py.
Damien George
2014-11-29
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Damien George
2014-06-19
Prefix ARRAY_SIZE with micropython prefix MP_
Emmanuel Blot
2014-05-21
py: Rename MP_OBJ_NOT_SUPPORTED to MP_OBJ_NULL.
Damien George
2014-05-03
Add license header to (almost) all files.
Damien George
2014-05-02
unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it.
Paul Sokolovsky
2014-04-26
Add ARRAY_SIZE macro, and use it where possible.
Damien George
2014-04-19
stmhal: Add lots of constants to stm module.
Damien George
2014-04-18
stmhal: Big cleanup; merge gpio into Pin; make names consistent.
Damien George
2014-04-10
stmhal: Add stm module, which contains some constants for the MCU.
Damien George