mirror of
https://github.com/openmv/openmv.git
synced 2025-09-26 23:09:13 +08:00
Compare commits
2 Commits
e528dfcf9a
...
8542657ce4
Author | SHA1 | Date | |
---|---|---|---|
![]() |
8542657ce4 | ||
![]() |
189a835999 |
@ -35,6 +35,8 @@
|
||||
#include CMSIS_MCU_H
|
||||
|
||||
#include "py/mphal.h"
|
||||
#include "py/runtime.h"
|
||||
|
||||
#include "alif_hal.h"
|
||||
#include "omv_boardconfig.h"
|
||||
#include "ethosu_driver.h"
|
||||
@ -150,11 +152,11 @@ uint64_t ethosu_address_remap(uint64_t address, int index) {
|
||||
}
|
||||
|
||||
void ethosu_inference_begin(struct ethosu_driver *drv, void *user_arg) {
|
||||
|
||||
mp_event_handle_nowait();
|
||||
}
|
||||
|
||||
void ethosu_inference_end(struct ethosu_driver *drv, void *user_arg) {
|
||||
|
||||
mp_event_handle_nowait();
|
||||
}
|
||||
|
||||
void ETHOSU_IRQ_HANDLER(void) {
|
||||
|
Loading…
Reference in New Issue
Block a user