component/soc : move dport access header files to soc

1. move dport access header files to soc
2. reduce dport register write protection. Only protect read operation
This commit is contained in:
Tian Hao
2017-05-09 18:06:00 +08:00
parent f7e8856520
commit 26a3cb93c7
26 changed files with 135 additions and 110 deletions

View File

@@ -13,7 +13,6 @@
// limitations under the License.
#include <esp_types.h>
#include "esp_intr.h"
#include "esp_dport_access.h"
#include "freertos/FreeRTOS.h"
#include "freertos/semphr.h"
#include "freertos/xtensa_api.h"