Age | Commit message (Expand) | Author |
---|---|---|
2015-07-30 | stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H. | Dave Hylands |
2015-01-01 | stmhal: Prefix includes with py/; remove need for -I../py. | Damien George |
2014-06-28 | stmhal: Include mpconfig.h before all other includes. | Paul Sokolovsky |
2014-05-03 | Add license header to (almost) all files. | Damien George |
2014-04-29 | stmhal: Add documentation in comments, and script to generate HTML. | Damien George |
2014-04-20 | stmhal: Only init RNG if it's used. | Damien George |
2014-03-22 | stmhal: Add os module with a few basic functions. | Damien George |
2014-03-22 | stmhal: Add PYBv10 config; add RNG support. | Damien George |