Cleanup and refactoring of the STM32w port
This is a general cleanup of things like code style issues and code structure of the STM32w port to make it more like the rest of Contiki is structured.
This commit is contained in:
parent
12b3d02ba1
commit
a5046e83c7
118 changed files with 4470 additions and 4281 deletions
|
@ -29,9 +29,9 @@ typedef struct {
|
|||
HalBootloaderAddressTableType *bootloaderAddressTable;
|
||||
void *startOfUnusedRam;
|
||||
// ** pointers to shared functions **
|
||||
FibStatus (* fibFlashWrite)(int32u address, int8u *data,
|
||||
int32u writeLength, int32u verifyLength);
|
||||
FibStatus (* fibFlashErase)(FibEraseType eraseType, int32u address);
|
||||
FibStatus (* fibFlashWrite)(uint32_t address, uint8_t *data,
|
||||
uint32_t writeLength, uint32_t verifyLength);
|
||||
FibStatus (* fibFlashErase)(FibEraseType eraseType, uint32_t address);
|
||||
} HalFixedAddressTableType;
|
||||
|
||||
extern const HalFixedAddressTableType halFixedAddressTable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue