@@ -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
113117This is a 2 part example where a spp\_ ble\_ client and spp\_ ble\_ server connect
114118with 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
127133The 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