aboutsummaryrefslogtreecommitdiff
path: root/stmhal/usrsw.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-06-28stmhal: Include mpconfig.h before all other includes.Paul Sokolovsky
2014-05-03Add license header to (almost) all files.Damien George
2014-04-29stmhal: Add documentation in comments, and script to generate HTML.Damien George
2014-04-21stmhal, usrsw: Wrap usrsw.c in #if, for when switch is not available.Damien George
2014-04-21stmhal, usrsw: Update comments for new switch API.Damien George
2014-04-21stmhal: Make switch a class, to follow suit of all other modules.Damien George
2014-04-20stmhal: Small bug fixes and simplifications.Damien George
2014-04-18stmhal: Update help and comments re gpio changing to Pin.Damien George
2014-04-18stmhal: Big cleanup; merge gpio into Pin; make names consistent.Damien George
2014-04-17build: Simplify build directory layout by putting all headers in genhdr.Damien George
2014-04-08stmhal: Make USRSW re-register the EXTI callback each time it's set.Damien George
2014-03-30Rename rt_* to mp_*.Damien George
2014-03-30stmhal: Unify naming of HW config; make SD detect configurable.Damien George
2014-03-30stmhal: Implement selector for USB device mode; improve boot up.Damien George
2014-03-14stmhal - add pin mapping, gpio, exti, usrswDave Hylands