Use pic32-tools from uecide.org.

Cannot build user binaries yet though.
This commit is contained in:
Serge
2022-05-23 20:10:37 -07:00
parent a0c256c1f0
commit 427487850c
17 changed files with 63 additions and 172 deletions

View File

@@ -373,7 +373,7 @@ static int load_nand_flash_file (nand_flash_1g_data_t * d)
int i, j = 0;
struct dirent *ent = NULL;
DIR *p_dir;
char file_path[64];
char file_path[1024];
char *file_name;
char block_number[16];
int fd;