From 69ed847740e3efb5c5ff6319629c93d236150959 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Fri, 23 Sep 2022 20:08:02 +0200 Subject: i2s driver fixed; added uart programming; --- fw/fe310/phone/flash.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 fw/fe310/phone/flash.h (limited to 'fw/fe310/phone/flash.h') diff --git a/fw/fe310/phone/flash.h b/fw/fe310/phone/flash.h new file mode 100644 index 0000000..7c6946b --- /dev/null +++ b/fw/fe310/phone/flash.h @@ -0,0 +1,3 @@ +int flash_app(EVEWindow *window, EVEViewStack *stack); +int flash_uievt(EVEPage *page, uint16_t evt, void *param); +void flash_close(EVEPage *page); -- cgit v1.2.3