-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configuration of heap and stack, flexible and equal to the branch ""
- Loading branch information
wowa
committed
Jun 27, 2018
1 parent
6952b3f
commit 98e23e1
Showing
2 changed files
with
44 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
[BluetoothServiceNotify](source/BluetoothServiceNotify.cpp) | ||
|
||
BluetoothServiceNotifyUUID = 0xff,0x55,0xdd,0xee, 0x25,0x1d, 0x47,0x0a, 0xa0,0x62, 0xfa,0x19,0x22,0xdf,0xa9,0xa8 | ||
|
||
[BluetoothServiceProgram](source/BluetoothServiceProgram.h) | ||
|
||
BluetoothServiceProgramUUID = 0xff, 0x66, 0xdd, 0xee, 0x25, 0x1d, 0x47, 0x0a, 0xa0, 0x62, 0xfa, 0x19, 0x22, 0xdf, 0xa9, 0xa8 | ||
|
||
[MicroBitAccelerometerService](yotta_modules/microbit-dal/source/bluetooth/MicroBitAccelerometerService.cpp) | ||
|
||
MicroBitAccelerometerServiceUUID = 0xe9,0x5d,0x07,0x53,0x25,0x1d,0x47,0x0a,0xa0,0x62,0xfa,0x19,0x22,0xdf,0xa9,0xa8 | ||
|
||
MicroBitAccelerometerServiceDataUUID = 0xe9,0x5d,0xca,0x4b,0x25,0x1d,0x47,0x0a,0xa0,0x62,0xfa,0x19,0x22,0xdf,0xa9,0xa8 | ||
|
||
MicroBitAccelerometerServicePeriodUUID = 0xe9,0x5d,0xfb,0x24,0x25,0x1d,0x47,0x0a,0xa0,0x62,0xfa,0x19,0x22,0xdf,0xa9,0xa8 | ||
|
||
[MicroBitDFUService](yotta_modules/microbit-dal/source/bluetooth/MicroBitDFUService.cpp) | ||
|
||
MicroBitDFUServiceUUID = 0xe9,0x5d,0x93,0xb0,0x25,0x1d,0x47,0x0a,0xa0,0x62,0xfa,0x19,0x22,0xdf,0xa9,0xa8 | ||
|
||
MicroBitDFUServiceControlCharacteristicUUID = 0xe9,0x5d,0x93,0xb1,0x25,0x1d,0x47,0x0a,0xa0,0x62,0xfa,0x19,0x22,0xdf,0xa9,0xa8 | ||
|
||
[DeviceInfoService](yotta_modules/ble/ble/GattCharacteristic.h) | ||
|
||
UUID_DEVICE_INFORMATION_SERVICE = 0x180A | ||
|
||
UUID_MANUFACTURER_NAME_STRING_CHAR = 0x2A29 | ||
UUID_MODEL_NUMBER_STRING_CHAR = 0x2A24 | ||
UUID_SERIAL_NUMBER_STRING_CHAR = 0x2A25 | ||
UUID_HARDWARE_REVISION_STRING_CHAR = 0x2A27 | ||
UUID_FIRMWARE_REVISION_STRING_CHAR = 0x2A26 | ||
UUID_SOFTWARE_REVISION_STRING_CHAR = 0x2A28 | ||
|
||
|
||
|
||
**Currently not in Use** | ||
|
||
|
||
[BluetoothServiceDebug](source/BluetoothServiceDebug.cpp) | ||
|
||
BluetoothServiceDebugUUID = 0xff, 0x44, 0xdd, 0xee, 0x25, 0x1d, 0x47, 0x0a, 0xa0, 0x62, 0xfa, 0x19, 0x22, 0xdf, 0xa9, 0xa8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters