You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2017/03/10 00:34:07 UTC

[1/2] incubator-mynewt-core git commit: mcu/stm32f4xx: Fix typo in porting map

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop 9a167c3bf -> 331f6c55b


mcu/stm32f4xx: Fix typo in porting map


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/4e485e26
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/4e485e26
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/4e485e26

Branch: refs/heads/develop
Commit: 4e485e26b2f4a2822f30239aa8de5dc45477bcd4
Parents: 7d28f7b
Author: Louie Lu <me...@louie.lu>
Authored: Thu Mar 9 18:43:26 2017 +0800
Committer: Louie Lu <me...@louie.lu>
Committed: Thu Mar 9 18:43:26 2017 +0800

----------------------------------------------------------------------
 hw/mcu/stm/stm32f4xx/src/hal_gpio.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/4e485e26/hw/mcu/stm/stm32f4xx/src/hal_gpio.c
----------------------------------------------------------------------
diff --git a/hw/mcu/stm/stm32f4xx/src/hal_gpio.c b/hw/mcu/stm/stm32f4xx/src/hal_gpio.c
index 44c2eb8..89f3caf 100644
--- a/hw/mcu/stm/stm32f4xx/src/hal_gpio.c
+++ b/hw/mcu/stm/stm32f4xx/src/hal_gpio.c
@@ -102,13 +102,13 @@ static GPIO_TypeDef * const portmap[HAL_GPIO_NUM_PORTS] =
     GPIOH,
 #endif
 #if defined GPIOI_BASE
-    GPIOI
+    GPIOI,
 #endif
 #if defined GPIOJ_BASE
-    GPIOJ
+    GPIOJ,
 #endif
 #if defined GPIOK_BASE
-    GPIOK
+    GPIOK,
 #endif
 };
 


[2/2] incubator-mynewt-core git commit: This closes #200.

Posted by ma...@apache.org.
This closes #200.

Merge branch 'fix_stm32f4xx_hal_gpio_typo' of https://github.com/grapherd/incubator-mynewt-core into develop


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/331f6c55
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/331f6c55
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/331f6c55

Branch: refs/heads/develop
Commit: 331f6c55b9e63917f4b05d16f53a23267d1e623f
Parents: 9a167c3 4e485e2
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Thu Mar 9 16:32:58 2017 -0800
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Thu Mar 9 16:32:58 2017 -0800

----------------------------------------------------------------------
 hw/mcu/stm/stm32f4xx/src/hal_gpio.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------