Damien George
|
c5621529c9
|
stmhal/make-stmconst.py: Add support for files with invalid utf8 bytes.
|
2016-11-16 23:29:02 +11:00 |
Krzysztof Blazewicz
|
fa833f96df
|
stmhal/make-stmconst.py: fix regex's to work with current CMSIS
CMSIS v2.5.0 removed all uint32_t casts and uses only Misra Cast (U)
|
2016-11-16 12:43:27 +01:00 |
Damien George
|
2621f8a340
|
stmhal: Make stm constants big ints when they don't fit in a small int.
Adds 924 bytes of code, but means that no more hacks and work-arounds are
needed due to large constants becoming negative.
|
2016-01-07 16:34:11 +00:00 |
Tony Abboud
|
ae58035573
|
stmhal: Add missing regex property for parsing header comments
|
2015-11-06 23:32:55 +00:00 |
Dave Hylands
|
be66a9ecf6
|
stmhal: Generate modstm constants per build
This causes unnecessary constants to no longer be generated.
Some constants (like UART_BRR) are different between the F4 and F7
|
2015-08-07 08:46:43 +01:00 |
Damien George
|
b753009a38
|
stmhal: Add I2S2EXT and I2S3EXT constants to stm module.
|
2015-03-01 12:32:44 +00:00 |
Damien George
|
3b603f29ec
|
Use MP_DEFINE_CONST_DICT macro to define module dicts.
This is just a clean-up of the code. Generated code is exactly the
same.
|
2014-11-29 14:39:27 +00:00 |
Damien George
|
f20e093b9b
|
stmhal: Add lots of constants to stm module.
|
2014-04-19 00:32:25 +01:00 |