Fixed AVRISP-MKII clone project not starting the target's program automatically after exiting TPI programming mode.
This commit is contained in:
parent
a9f313afa9
commit
cbc00c843a
8 changed files with 88 additions and 61 deletions
|
@ -64,6 +64,8 @@
|
|||
/* Function Prototypes: */
|
||||
bool TINYNVM_WaitWhileNVMBusBusy(void);
|
||||
bool TINYNVM_WaitWhileNVMControllerBusy(void);
|
||||
bool TINYNVM_EnableTPI(void);
|
||||
void TINYNVM_DisableTPI(void);
|
||||
bool TINYNVM_ReadMemory(const uint16_t ReadAddress,
|
||||
uint8_t* ReadBuffer,
|
||||
uint16_t ReadLength);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue