Initial transfer from sourceforge

This commit is contained in:
Telekatz 2017-07-01 21:56:25 +02:00
commit f2259c5424
415 changed files with 73200 additions and 0 deletions

12
lpctool/testing/bootcom.h Normal file
View file

@ -0,0 +1,12 @@
#ifndef BOOTCOM_H
#define BOOTCOM_H
#define OK_LIT 0x00
#define OK_0 0x01
unsigned int uuencode(unsigned char *ibuf, unsigned char *obuf, int len);
int openBootLoader(unsigned int cfreq);
int uploadData(unsigned long addr, unsigned long len, unsigned char *ibuf);
int uploadRAM(int fd, int loc);
#endif