Skip to content

Commit 40b0752

Browse files
committed
update
1 parent 33f9bbc commit 40b0752

File tree

1 file changed

+8
-8
lines changed
  • arc_design_contest/2018/NCTU_Smart Pillow

1 file changed

+8
-8
lines changed

arc_design_contest/2018/NCTU_Smart Pillow/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ We hope we can popularize the smart pillow in the future, smart pillow records a
8686

8787
## User Manual
8888
### Before Running This Application
89-
In order to open **UART_2**
89+
In order to open **UART_2**<br>
9090
We need to modify following files
9191

92-
* emsk_init.c
92+
* emsk_init.c (board\emsk\common)
9393
```
9494
set_pmod_mux(mux_regs, PM1_UR_UART_0 | PM1_LR_SPI_S \
9595
| PM2_I2C_HRI \
@@ -98,7 +98,7 @@ set_pmod_mux(mux_regs, PM1_UR_UART_0 | PM1_LR_SPI_S \
9898
| PM5_UR_SPI_M1 | PM5_LR_UART_2 \
9999
| PM6_UR_SPI_M0 | PM6_LR_GPIO_A );
100100
```
101-
* mux.h
101+
* mux.h (board\emsk\drivers)
102102
```
103103
/**
104104
* \name PMOD 5 Multiplexor
@@ -111,13 +111,13 @@ set_pmod_mux(mux_regs, PM1_UR_UART_0 | PM1_LR_SPI_S \
111111
#define PM5_LR_UART_2 ((1 << BIT2) << PM5_OFFSET) /*!< Pmod5[10:7] are connected to DW UART Master signals using CS2_N */
112112
/** @} end of name */
113113
```
114-
* dw_uart_obj.h
115-
* dw_uart_obj.c
114+
* dw_uart_obj.h (board\emsk\drivers)
115+
* dw_uart_obj.c (board\emsk\drivers)
116116

117-
In order to calculate **CPU Loading**
117+
In order to calculate **CPU Loading**<br>
118118
We need to modify following files
119-
* task.h
120-
* task.c
119+
* task.h (os\freertos)
120+
* task.c (os\freertos\inc)
121121
### Run This Application
122122

123123
Here take **EMSK2.2 - ARC EM7DFPU**

0 commit comments

Comments
 (0)