Refactor fwu library into a Zephyr module
This commit is contained in:
10
software/modules/fwu/include/fwu.h
Normal file
10
software/modules/fwu/include/fwu.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef FWU_H
|
||||
#define FWU_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void fwu_init(void);
|
||||
void fwu_handler(uint16_t addr, uint16_t reg);
|
||||
uint16_t fwu_get_last_chunk_crc(void);
|
||||
|
||||
#endif // FWU_H
|
||||
Reference in New Issue
Block a user