Skip to content

Commit 9583fc0

Browse files
Update USART Server (#34)
- add USART Server application template - update USART Server application to CMSIS solution format - remove old USART Server files
1 parent 71d30c1 commit 9583fc0

70 files changed

Lines changed: 10860 additions & 17828 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ARM.CMSIS-Driver_Validation.pdsc

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010
<releases>
1111
<release version="3.1.0-dev">
1212
Active Development ...
13-
- Add SPI Server application template
14-
- Update SPI Server application to CMSIS solution format
15-
- Remove old SPI Server files
1613
- Add GPIO Driver validation
14+
- Update SPI Server application to CMSIS solution format
15+
- Add SPI Server application template
16+
- Update USART Server application to CMSIS solution format
17+
- Add USART Server application template
1718
- Remove XML report format
1819
- Improve Ethernet driver validation
1920
- Minor update to SPI driver validation
@@ -290,6 +291,21 @@
290291
</project>
291292
</example>
292293

294+
<example name="USART Server" doc="README.md" folder="Tools/USART_Server/STM32F429I-DISC1">
295+
<description>CMSIS-Driver Validation USART Server application for STM32F429I-DISC1 board</description>
296+
<board name="STM32F429I-DISC1" vendor="STMicroelectronics"/>
297+
<project>
298+
<environment name="csolution" load="USART_Server.csolution.yml"/>
299+
</project>
300+
</example>
301+
302+
<example name="USART Server" doc="README.md" folder="Tools/USART_Server/Template">
303+
<description>CMSIS-Driver Validation USART Server application</description>
304+
<project>
305+
<environment name="csolution" load="USART_Server.csolution.yml"/>
306+
</project>
307+
</example>
308+
293309
<example name="CMSIS-Driver Validation" doc="Abstract.txt" folder="Boards/Keil/MCBSTM32F400">
294310
<description>CMSIS-Driver Validation Example</description>
295311
<board name="MCBSTM32F400" vendor="Keil"/>

Documentation/Doxygen/src/DV_USART.txt

Lines changed: 153 additions & 214 deletions
Large diffs are not rendered by default.
39.4 KB
Loading
31.1 KB
Loading
31 KB
Loading
42.3 KB
Loading
52.6 KB
Loading

Tools/USART_Server/Board/MCBSTM32F400/Abstract.txt

Lines changed: 0 additions & 191 deletions
This file was deleted.

Tools/USART_Server/Board/MCBSTM32F400/Config/USART_Server_Config.h

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)