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 2016/10/20 18:28:07 UTC

[3/4] incubator-mynewt-core git commit: stm32f4xx hal watchdog; remove 407 specific include.

stm32f4xx hal watchdog; remove 407 specific include.


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/e81535ef
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/e81535ef
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/e81535ef

Branch: refs/heads/develop
Commit: e81535efe39dfa8beebbcf21ef03f31fbabe8242
Parents: fe04856
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Thu Oct 20 11:25:59 2016 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Thu Oct 20 11:25:59 2016 -0700

----------------------------------------------------------------------
 hw/bsp/nucleo-f401re/src/os_bsp.c              |   32 -
 hw/mcu/stm/stm32f4xx/include/mcu/stm32f401xe.h | 4805 -------------------
 hw/mcu/stm/stm32f4xx/src/hal_watchdog.c        |    1 -
 3 files changed, 4838 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/e81535ef/hw/bsp/nucleo-f401re/src/os_bsp.c
----------------------------------------------------------------------
diff --git a/hw/bsp/nucleo-f401re/src/os_bsp.c b/hw/bsp/nucleo-f401re/src/os_bsp.c
deleted file mode 100644
index 7c8e33e..0000000
--- a/hw/bsp/nucleo-f401re/src/os_bsp.c
+++ /dev/null
@@ -1,32 +0,0 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-
-/*
- * XXXX for now have this here.
- */
-#include <flash_map/flash_map.h>
-#include <hal/hal_bsp.h>
-
-
-void _close(int fd);
-
-void
-bsp_init(void)
-{
-}