You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2016/04/26 23:00:03 UTC

[3/6] incubator-mynewt-site git commit: remove unreferences files

remove unreferences files

`


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/54ed9bb7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/54ed9bb7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/54ed9bb7

Branch: refs/heads/master
Commit: 54ed9bb705b19908c09c7aaf4b25e7262047de45
Parents: cf1cb4c
Author: Paul Dietrich <pa...@yahoo.com>
Authored: Tue Apr 26 10:12:11 2016 -0700
Committer: Paul Dietrich <pa...@yahoo.com>
Committed: Tue Apr 26 10:12:11 2016 -0700

----------------------------------------------------------------------
 docs/os/modules/hal/hal_creation.md | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/54ed9bb7/docs/os/modules/hal/hal_creation.md
----------------------------------------------------------------------
diff --git a/docs/os/modules/hal/hal_creation.md b/docs/os/modules/hal/hal_creation.md
index 705e7f6..052d660 100644
--- a/docs/os/modules/hal/hal_creation.md
+++ b/docs/os/modules/hal/hal_creation.md
@@ -145,10 +145,11 @@ the flexibility of the **indirect HAL** with the memory efficiency of the **dire
 
 Current Indirect HAL interfaces include:
 
-| **Hal Name** | ** Interface File ** |
-|--------------|----------------------|
-| [adc_int](hal_adc/hal_adc_int.md)    |  [hal_adc_int.h](https://github.com/apache/incubator-mynewt-larva/blob/master/hw/hal/include/hal/hal_adc_int.h)    
-| [dac_int](hal_dac/hal_dac_int.md)    |  [hal_dac_int.h](https://github.com/apache/incubator-mynewt-larva/blob/master/hw/hal/include/hal/hal_dac_int.h)
-| [flash_int](hal_flash/hal_flash_int.md)    |  [hal_flash_int.h](https://github.com/apache/incubator-mynewt-larva/blob/master/hw/hal/include/hal/hal_flash_int.h) 
-| [pwm_int](hal_pwm/hal_pwm_int.md)    |  [hal_pwm_int.h](https://github.com/apache/incubator-mynewt-larva/blob/master/hw/hal/include/hal/hal_pwm_int.h)  
-| [i2c_int](hal_i2c/hal_i2c_int.md)    |  [hal_i2c_int.h](https://github.com/apache/incubator-mynewt-larva/blob/master/hw/hal/include/hal/hal_i2c_int.h)    | [spi_int](hal_spi/hal_spi_int.md)    |  [hal_spi_int.h](https://github.com/apache/incubator-mynewt-larva/blob/master/hw/hal/include/hal/hal_spi_int.h)    
\ No newline at end of file
+| **Hal Name**  | ** Interface File ** |
+|---------------|----------------------|
+| hal_adc_int   |  [hal_adc_int.h](https://github.com/apache/incubator-mynewt-larva/blob/master/hw/hal/include/hal/hal_adc_int.h)
+| hal_dac       |  [hal_dac_int.h](https://github.com/apache/incubator-mynewt-larva/blob/master/hw/hal/include/hal/hal_dac_int.h)
+| hal_flash_int |  [hal_flash_int.h](https://github.com/apache/incubator-mynewt-larva/blob/master/hw/hal/include/hal/hal_flash_int.h)
+| hal_pwm_int   |  [hal_pwm_int.h](https://github.com/apache/incubator-mynewt-larva/blob/master/hw/hal/include/hal/hal_pwm_int.h)
+| hal_i2c_int   |  [hal_i2c_int.h](https://github.com/apache/incubator-mynewt-larva/blob/master/hw/hal/include/hal/hal_i2c_int.h)
+| hal_spi_int   |  [hal_spi_int.h](https://github.com/apache/incubator-mynewt-larva/blob/master/hw/hal/include/hal/hal_spi_int.h)
\ No newline at end of file