Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | stmhal: Make stm constants big ints when they don't fit in a small int. | Damien George | 2016-01-07 |
| | | | | | Adds 924 bytes of code, but means that no more hacks and work-arounds are needed due to large constants becoming negative. | ||
* | stmhal: Add missing regex property for parsing header comments | Tony Abboud | 2015-11-06 |
| | |||
* | stmhal: Generate modstm constants per build | Dave Hylands | 2015-08-07 |
| | | | | | This causes unnecessary constants to no longer be generated. Some constants (like UART_BRR) are different between the F4 and F7 | ||
* | stmhal: Add I2S2EXT and I2S3EXT constants to stm module. | Damien George | 2015-03-01 |
| | |||
* | Use MP_DEFINE_CONST_DICT macro to define module dicts. | Damien George | 2014-11-29 |
| | | | | | This is just a clean-up of the code. Generated code is exactly the same. | ||
* | stmhal: Add lots of constants to stm module. | Damien George | 2014-04-19 |