OpenCores
URL https://opencores.org/ocsvn/plasma/plasma/trunk

Subversion Repositories plasma

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 291 to Rev 292
    Reverse comparison

Rev 291 → Rev 292

/trunk/kernel/rtos.h
367,5 → 367,10
int OS_fdir(OS_FILE *dir, char name[64]);
void OS_fdelete(char *name);
 
#endif //__PLASMA_H__
/***************** Flash ******************/
void FlashRead(uint16 *dst, uint32 byteOffset, int bytes);
void FlashWrite(uint16 *src, uint32 byteOffset, int bytes);
void FlashErase(uint32 byteOffset);
 
#endif //__RTOS_H__
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.