initial check in based on SVN revision 575

This commit is contained in:
2025-05-14 12:57:39 -05:00
commit a3ef12e24a
217 changed files with 95547 additions and 0 deletions

17
source/Loader/iap_jump.h Normal file
View File

@@ -0,0 +1,17 @@
/*
* iap_jump.h
*
* Created on: Oct 23, 2023
* Author: Warner
*/
#ifndef IAP_JUMP_H_
#define IAP_JUMP_H_
#include <stdint.h>
#include <stdbool.h>
// void IAP_JumpToAPP(uint32_t applicationAddress, uint32_t stackPointer);
void IAP_JumpToApp(uint32_t app_addr);
#endif /* IAP_JUMP_H_ */