aboutsummaryrefslogtreecommitdiff
path: root/stmhal/moduselect.c
AgeCommit message (Collapse)Author
2014-11-29Use MP_DEFINE_CONST_DICT macro to define module dicts.Damien George
This is just a clean-up of the code. Generated code is exactly the same.
2014-11-17stream: Convert .ioctl() to take fixed number of args.Paul Sokolovsky
This is more efficient, as allows to use register calling convention. If needed, a structure pointer can be passed as argument to pass more data.
2014-10-12stmhal: Rename module files to keep consistency with module name.Damien George