mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 23:13:43 +00:00
Flash/FPGA driver for configuration and firmware update from uC
This commit is contained in:
parent
16f050a11e
commit
8c8749accd
20 changed files with 520 additions and 62 deletions
|
|
@ -15,7 +15,7 @@ static constexpr uint8_t header = 0x5A;
|
|||
static constexpr uint8_t header_size = 4;
|
||||
|
||||
#define CRC32_POLYGON 0xEDB88320
|
||||
uint32_t CRC32(uint32_t crc, const void *data, uint32_t len) {
|
||||
uint32_t Protocol::CRC32(uint32_t crc, const void *data, uint32_t len) {
|
||||
uint8_t *u8buf = (uint8_t*) data;
|
||||
int k;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue