Age | Commit message (Expand) | Author |
---|---|---|
2015-12-22 | stmhal: Add pyb.irq_stats() to get statistics about IRQ calls. | Damien George |
2015-10-31 | all: Add py/mphal.h and use it in all ports. | Damien George |
2015-10-11 | py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. | Paul Sokolovsky |
2015-01-01 | stmhal: Prefix includes with py/; remove need for -I../py. | Damien George |
2014-09-17 | stmhal: Fix bugs in documentation so it compiles. | Damien George |
2014-08-25 | stmhal: Make enable_irq and disable_irq inline functions. | Damien George |
2014-08-25 | Add save/restore_irq | Dave Hylands |