Skip to content

Commit 350a51f

Browse files
author
Thomas Kopriva
committed
readme update
1 parent 6335d14 commit 350a51f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ please refer to the [FAQ page](docs/faq.md).
2020

2121
## Change Log
2222

23+
### 1.35.02.02
24+
* BLE5-Stack: Added Serial Port Profile (SPP) Server/Client
25+
* BLE-Stack: Added Serial Port Profile (SPP) Server/Client
26+
2327
### 1.35.01.01
2428
* BLE5-Stack: Added Long Range Demo (Central/Peripheral)
2529
* BLE5-Stack: Added CCS projects for Throughput Demo
@@ -108,7 +112,7 @@ using the Coded PHY (S8).
108112
* [CCS Project Files](examples/rtos/CC2640R2_LAUNCHXL/ble5apps/longrange_peripheral/tirtos/ccs)
109113
* [Source](examples/rtos/CC2640R2_LAUNCHXL/ble5apps/longrange_peripheral/src)
110114

111-
### Serial Port Profile (SPP) BLE Examples
115+
### Serial Port Profile (SPP) BLE Examples
112116

113117
This is a 2 part example where a spp\_ble\_client and spp\_ble\_server connect
114118
with one another and exchange data over UART.
@@ -118,10 +122,12 @@ The demo supports Bluetooth 5 demonstrating the BLE5-Stack's new high speed 2Mbp
118122
* spp\_ble\_client
119123
* [Documentation](examples/rtos/CC2640R2_LAUNCHXL/ble5apps/spp_ble_client/readme.md)
120124
* [IAR Project Files](examples/rtos/CC2640R2_LAUNCHXL/ble5apps/spp_ble_client/tirtos/iar)
125+
* [CCS Project Files](examples/rtos/CC2640R2_LAUNCHXL/ble5apps/spp_ble_client/tirtos/ccs)
121126
* [Source](examples/rtos/CC2640R2_LAUNCHXL/ble5apps/spp_ble_client/src)
122127
* spp\_ble\_server
123128
* [Documentation](examples/rtos/CC2640R2_LAUNCHXL/ble5apps/spp_ble_server/readme.md)
124129
* [IAR Project Files](examples/rtos/CC2640R2_LAUNCHXL/ble5apps/spp_ble_server/tirtos/iar)
130+
* [CCS Project Files](examples/rtos/CC2640R2_LAUNCHXL/ble5apps/spp_ble_server/tirtos/ccs)
125131
* [Source](examples/rtos/CC2640R2_LAUNCHXL/ble5apps/spp_ble_server/src)
126132

127133
The example also supports Bluetooth 4.2 demonstrating the BLE-Stack's Data Length
@@ -130,10 +136,12 @@ Extension with OAD support:
130136
* spp\_ble\_client
131137
* [Documentation](examples/rtos/CC2640R2_LAUNCHXL/bleapps/spp_ble_client/readme.md)
132138
* [IAR Project Files](examples/rtos/CC2640R2_LAUNCHXL/bleapps/spp_ble_client/tirtos/iar)
139+
* [CCS Project Files](examples/rtos/CC2640R2_LAUNCHXL/bleapps/spp_ble_client/tirtos/ccs)
133140
* [Source](examples/rtos/CC2640R2_LAUNCHXL/bleapps/spp_ble_client/src)
134141
* spp\_ble\_server
135142
* [Documentation](examples/rtos/CC2640R2_LAUNCHXL/bleapps/spp_ble_server/readme.md)
136143
* [IAR Project Files](examples/rtos/CC2640R2_LAUNCHXL/bleapps/spp_ble_server/tirtos/iar)
144+
* [CCS Project Files](examples/rtos/CC2640R2_LAUNCHXL/bleapps/spp_ble_server/tirtos/ccs)
137145
* [Source](examples/rtos/CC2640R2_LAUNCHXL/bleapps/spp_ble_server/src)
138146

139147
## References

0 commit comments

Comments
 (0)