Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: x-nucleo-idb0xa1/bluenrg-hci/bluenrg_utils.h
- Revision:
- 245:6830f71c197c
- Parent:
- 132:51056160fa4a
- Child:
- 294:fd19310b086d
--- a/x-nucleo-idb0xa1/bluenrg-hci/bluenrg_utils.h Mon Jun 20 17:20:23 2016 +0200 +++ b/x-nucleo-idb0xa1/bluenrg-hci/bluenrg_utils.h Mon Jun 20 17:53:36 2016 +0200 @@ -182,6 +182,13 @@ uint8_t getBlueNRGUpdaterVersion(uint8_t *version); /** + * @brief Get BlueNRG HW version in bootloader mode + * @param version This parameter returns the updater HW version. + * @retval Status of the call + */ +uint8_t getBlueNRGUpdaterHWVersion(uint8_t *version); + +/** * @brief Verifies if the bootloader is patched or not. This function shall be used to fix a bug on * the HW bootloader related to the 32 MHz external crystal oscillator. * @retval TRUE if the HW bootloader is already patched, FALSE otherwise