summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2016-04-16 22:00:49 +0100
committerDamien George <damien.p.george@gmail.com>2016-04-16 22:00:49 +0100
commite943a407f2b1fbdbffdb257803e090625679b7ec (patch)
treef0713024abf5141a324489b4a3854c290f7dcf69
parentd4c33499579eb8f4febec2f5f01f5021f719fdaf (diff)
downloadmicropython-e943a407f2b1fbdbffdb257803e090625679b7ec.tar.gz
micropython-e943a407f2b1fbdbffdb257803e090625679b7ec.zip
stmhal: Update HALCOMMITS due to change to hal.
-rw-r--r--stmhal/hal/HALCOMMITS9
1 files changed, 9 insertions, 0 deletions
diff --git a/stmhal/hal/HALCOMMITS b/stmhal/hal/HALCOMMITS
index 028cd93872..e16d23ed2c 100644
--- a/stmhal/hal/HALCOMMITS
+++ b/stmhal/hal/HALCOMMITS
@@ -4,6 +4,15 @@ 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.
+d4c33499579eb8f4febec2f5f01f5021f719fdaf
+stmhal: L4: Adapt UART HAL to avoid 64-bit integer division.
+
+f4942db044e9f614a9fc7254bb72b3441a2362a2
+stmhal: L4: Add basic STM32L4xx HAL files.
+
+2ba6677775b8704723435dc07e7b619f4c85c43d
+stmhal: L4: Add CMSIS files to support STM32L476.
+
ea040a4f9ace1c50abc22ab755415305fd2bda41
stmhal: In HAL I2C driver, move DMA setup to after sending I2C address.