diff options
author | dpslwk <dps.lwk@gmail.com> | 2016-06-29 12:22:22 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-06-29 14:28:49 +0100 |
commit | 14b7c3e59c929ed3a0ac4dd91a77d5dd9d555abc (patch) | |
tree | 11413faaba097c8454a555acc16bc5bcc1fa4855 | |
parent | daa279a3a1b38bc7a8218e2c6186e63483c7cfc3 (diff) | |
download | micropython-14b7c3e59c929ed3a0ac4dd91a77d5dd9d555abc.tar.gz micropython-14b7c3e59c929ed3a0ac4dd91a77d5dd9d555abc.zip |
stmhal: Update HALCOMMITS due to change to hal
-rw-r--r-- | stmhal/hal/HALCOMMITS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stmhal/hal/HALCOMMITS b/stmhal/hal/HALCOMMITS index e16d23ed2c..7e8feb62b2 100644 --- a/stmhal/hal/HALCOMMITS +++ b/stmhal/hal/HALCOMMITS @@ -4,6 +4,9 @@ should be separate from any other changes and should be listed here, most recent commit at the top of the list. This makes it easier to upgrade to a new HAL version. +daa279a3a1b38bc7a8218e2c6186e63483c7cfc3 +stmhal: Port of f4 hal commit 1d7fb82 to l4 hal + d4c33499579eb8f4febec2f5f01f5021f719fdaf stmhal: L4: Adapt UART HAL to avoid 64-bit integer division. |