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
/
extint.c
Age
Commit message (
Expand
)
Author
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-06-15
stmhal: Add initial implementation of Pin.irq() method.
Damien George
2017-05-06
stmhal: Convert all module and method tables to use MP_ROM macros.
Damien George
2017-03-20
stmhal: Enable micropython.schedule().
Damien George
2017-01-04
all: Consistently update signatures of .make_new and .call methods.
Paul Sokolovsky
2016-09-09
stmhal/extint: Force 0 to 1 transition on swint().
Krzysztof Blazewicz
2016-04-21
stmhal: L4: Add support for external interrupts/events.
Tobias Badertscher
2016-01-11
py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.
Damien George
2015-11-01
stmhal: Add symbolic #defines for interrupt levels in irq.h.
Dave Curtis
2015-10-31
all: Add py/mphal.h and use it in all ports.
Damien George
2015-08-07
stamhal: Add definitions for MCU_SERIES_F4 and MCU_SERIES_F7
Dave Hylands
2015-08-03
stmhal: Factor GPIO clock enable logic into mp_hal_gpio_clock_enable.
Damien George
2015-07-30
stmhal: Add STM32F7DISC and associated changes.
Dave Hylands
2015-04-18
stmhal: Allow extint.c to compile without USB HS support.
Damien George
2015-04-16
py: Overhaul and simplify printf/pfenv mechanism.
Damien George
2015-01-07
stmhal: Collect all root pointers together in 1 place.
Damien George
2015-01-01
stmhal: Prefix includes with py/; remove need for -I../py.
Damien George
2014-12-08
modsys: Add sys.print_exception(exc, file=sys.stdout) function.
Paul Sokolovsky
2014-08-30
Change some parts of the core API to use mp_uint_t instead of uint/int.
Damien George
2014-08-04
stmhal: Clean up reset/soft-reset code; fix bug init'ing VCP exc.
Damien George
2014-07-03
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-06-19
Prefix ARRAY_SIZE with micropython prefix MP_
Emmanuel Blot
2014-05-06
py: Add keyword arg support to enumerate constructor.
Damien George
2014-05-05
Change references (in comments) of pyb.GPIO to be pyb.Pin
Dave Hylands
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-29
stmhal: Oops, typo.
Damien George
2014-04-29
stmhal: Add documentation in comments, and script to generate HTML.
Damien George
2014-04-26
Simplify names for argcheck.c / arg parsing.
Damien George
2014-04-26
Add ARRAY_SIZE macro, and use it where possible.
Damien George
2014-04-20
stmhal: Small bug fixes and simplifications.
Damien George
2014-04-20
stmhal: Update ExtInt to allow keyword arguments in constructor.
Damien George
2014-04-20
stmhal: Add SPI class.
Damien George
2014-04-18
stmhal: Big cleanup; merge gpio into Pin; make names consistent.
Damien George