#include "env.H"
#include "resources.H"
#include "avr/interface.h"
Go to the source code of this file.
|
|
const char * | BrStatusStr (EBrStatus s) |
| | Get a readable string for Brownie status codes.
|
| |
|
const char * | BrMcuStr (int mcuType, const char *unknown=NULL) |
| | Get a readable string (for example, "t84") for an MCU model ID (see BR_MCU_* macros). On error, the value passed by 'unkown' is returned.
|
| |
|
int | BrMcuFromStr (const char *mcuStr) |
| | Get the MCU model ID (see BR_MCU_* macros) from a string (for example, "t84"). On error, BR_MCU_NONE is returned.
|
| |
|
uint32_t | BrVersionGet (TBrFeatureRecord *featureRecord) |
| | Retrieve version from feature record.
|
| |
|
static const char * | BrVersionGetAsStr (CString *ret, TBrFeatureRecord *featureRecord) |
| | Get a readable string of the version fields of the feature record. The result is written to '*ret' and returned.
|
| |
|
bool | BrVersionFromStr (TBrFeatureRecord *featureRecord, const char *str) |
| | Set the version fields of the feature record according to the given version string.
|
| |
|
const char * | BrFeaturesToStr (CString *ret, TBrFeatureRecord *featureRecord) |
| | Get a readable string of the feature-related fields of the feature record. The result is written to '*ret' and returned.
|
| |
|
bool | BrFeaturesFromStr (TBrFeatureRecord *featureRecord, const char *str) |
| | Set the feature-related fields of the feature record according to the given string.
|
| |
|
|
const char * | envBrDatabaseFile |
| | Name of the selected database file (read-only).
|
| |
|
const char * | envBrLinkDev |
| | Name of the selected link device (read-only).
|
| |