Commit ade23f0
committed
Arduino BLE new library
1. Add new library
2. Add BLEPeripheral library back compatible features
3. Fix IMU build issue
4. Fix the memset crash issue
i. The FIRQ doesn't save the LP_COUNTER register.
ii. Update the code to save LP related register
5. Fix the central crash issue when peripheral disconnect
6. Revert the UART changes
-This change will break the BLE's communication
7. Implement the balloc to replace old one
-Create memory pool
-Port V3's balloc
-Fix the local name display unexpected chars
8. Fix ScanCallback, LED related issue
-The Serial.print called in interrupt and interrupt block the Serial interrupt.
-The resource not released when call disconnect API.
9. Fix the discover blocked when connect/disconnect the link successively
Block the disconnect if not receive the disconnect event
10. Return error when discover attributes if error happened
11. Update the back compatible comments
12. Fix the discover attribute failed issue
-Add the -fcheck-new build option
-Increase the IRQ stack size
13. Add discoverAttributesByService API
- The sensorTag has many services and RAM is not enough for discover all services
-This crash caused by bt_uuid_16 and bt_uuid_128 has different space and makes an address exception
14. Add keywords and fix read issue
15. Update the CurieBLE and delete BLE1 parent 431c781 commit ade23f0
File tree
93 files changed
+10978
-6552
lines changed- cores/arduino
- libraries
- CurieBLE
- examples
- BatteryAdvChange
- BatteryMonitor
- ButtonLED
- CallbackLED
- IMUBleCentral
- LEDCentral
- LED
- MIDIBLE
- Scanning
- UpdateConnectionInterval
- central
- IMUBleCentral
- led_control
- peripheral_explorer
- scan_callback
- scan
- sensortag_button
- peripheral
- IMUBleNotification
- led_callback
- led
- src
- internal
- CurieIMU/src
- system/libarc32_arduino101
- bootcode
- drivers
- bluetooth
- framework/src
- cfw
- infra
- os
- services
- ble_service
- ble
- variants/arduino_101
- linker_scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
93 files changed
+10978
-6552
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
| 187 | + | |
187 | 188 | | |
188 | 189 | | |
189 | 190 | | |
| |||
200 | 201 | | |
201 | 202 | | |
202 | 203 | | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
209 | 210 | | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | 211 | | |
216 | 212 | | |
217 | | - | |
218 | | - | |
| 213 | + | |
| 214 | + | |
219 | 215 | | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
226 | 219 | | |
227 | 220 | | |
228 | 221 | | |
| |||
Lines changed: 0 additions & 116 deletions
This file was deleted.
Lines changed: 0 additions & 143 deletions
This file was deleted.
0 commit comments