jasonbu
jasonbu
The UI is looks like when dfu is processing. The connect/disconnect button is hidden and dfu button is also hidden. It can be fix by re-enter the scan tab and...
## Summary The current pm_idle is only support for not smp case, and we are now start facing the chip & board & project with both smp and power consume...
## Summary 1.add pin type to cfg gpio as wake up source 2.add IOEXPANDER_OPTION_WAKEUPCFG for set wake up option ## Impact Add more feature in ioexpand. ## Testing CI-test.
## Summary fix macos compile hostfs.c compile issue. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/_string.h:131:62: error: expected function body after function declarator 131 | char *stpncpy(char *__dst, const char *__src, size_t __n) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | there...