aboutsummaryrefslogtreecommitdiff
path: root/stmhal/extint.c
AgeCommit message (Expand)Author
2014-08-30Change some parts of the core API to use mp_uint_t instead of uint/int.Damien George
2014-08-04stmhal: Clean up reset/soft-reset code; fix bug init'ing VCP exc.Damien George
2014-07-03Rename machine_(u)int_t to mp_(u)int_t.Damien George
2014-06-19Prefix ARRAY_SIZE with micropython prefix MP_Emmanuel Blot
2014-05-06py: Add keyword arg support to enumerate constructor.Damien George
2014-05-05Change references (in comments) of pyb.GPIO to be pyb.PinDave Hylands
2014-05-03Add license header to (almost) all files.Damien George
2014-05-02unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it.Paul Sokolovsky
2014-04-29stmhal: Oops, typo.Damien George
2014-04-29stmhal: Add documentation in comments, and script to generate HTML.Damien George
2014-04-26Simplify names for argcheck.c / arg parsing.Damien George
2014-04-26Add ARRAY_SIZE macro, and use it where possible.Damien George
2014-04-20stmhal: Small bug fixes and simplifications.Damien George
2014-04-20stmhal: Update ExtInt to allow keyword arguments in constructor.Damien George
2014-04-20stmhal: Add SPI class.Damien George
2014-04-18stmhal: Big cleanup; merge gpio into Pin; make names consistent.Damien George