3
I Use This!
Activity Not Available

Commits : Listings

Analyzed 7 months ago. based on code collected 7 months ago.
Jan 05, 2024 — Jan 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
apps/examples/lcd_test/: Add Touch Device test case in example_lcd test More... 9 months ago
os/kernel/binary_manager: Add recovery logic when active partition is broken for resource More... 9 months ago
os/pm: Fix hang issue in pm_idle More... 9 months ago
os/arch/arm/src/amebasmart: fix LOGUART Tx IRQ handling for Tx FIFO full case More... 9 months ago
os/arch/arm: Workaround to fix LOGUART Tx IRQ handling for Tx FIFO full case More... 9 months ago
tools/trap: Parse asserted task's TCB information More... 9 months ago
os/drivers/lcd/: Add support to check LCD brightness level More... 9 months ago
build/tools/amebasmart: Fix PM short press reset not working Change Notes: 1. Refactor the KM4 sleep type logic with replace the condition check based on the AP ON or RUNNING. 2. Remove the pmu_set_sleep_type calls, as they could be causing the sleep type to be incorrectly set.
sin
More... 9 months ago
apps/shell/tash_main.c: Fix board sleep during TASH password input More... 9 months ago
ai-soc/ndp120: add implementation of syntiant_get_ms*() functions More... 9 months ago
driver/ndp120 : Add reset before initalize it More... 9 months ago
os/arc/arm/src/amebasmart: set loguart isr priority as lowest More... 9 months ago
Media Framework updates: FocusManager and Volume as per stream info. More... 9 months ago
ai-soc/ndp120: increase apb size to prevent missing of audio data More... 9 months ago
os/board/rtl8730e: get BLE MAC address before BLE init - add hci_platform_get_ble_mac_address api to get address from efuse - hci_platform_get_ble_mac_address can be used before BLE init More... 9 months ago
amebasmart_serial: Fix concurrency issue in uart_disabletxint More... 9 months ago
driver/ndp120 : Set 100K as a frequency of spi when load firmware More... 9 months ago
os/arch/arm/src/amebasmart: update I2S PM domain control More... 9 months ago
os/board/rtl8730e: refactor km4 log solution - This commit fixes mix log issue in KM4 by redirecting IPC messages to msgqueue as discussed - current implementation sends event to queue directly in IRQ skipping the need for sem_wait - use dbg instead of lldbg to fix ordering - remove unnecessary processing (e.g memcpy, loops) in ipc irq to speed up - change buffer check logic: instead of setting entire buffer, just set and read first byte - adjust logtask entry point to after usb, as dbg() behavior is redirected to usb from uart after it is ready - introduce delay in UART-only operation to overcome buffering issue within dbg, no more mixlog observed and order is correct - standardize naming: np rename to km4 in log api - use bounded strncpy instead of unsafe strcpy - code review changes More... 9 months ago
system/utils: fixes in cpuload measurement interface and in ps for single core More... 9 months ago
os/kernel/task: Fix wrong output in asserted tcb's syscall details More... 9 months ago
os/arch/arm/src/amebasmart: fix module cannot enter PG when LCD and MIPI are enabled More... 9 months ago
os/arch/arm/src/amebasmart: fix pm sleep before loguart flush all data More... 9 months ago
audio/driver : Add missing SDOUT setting of syub and comment out equalizer for no (#6496) More... 9 months ago
build/configs/rtl8730e: Increase stdio buffer size More... 9 months ago
lib/libc/syslog: Fix log mix issue between printf and dbg More... 9 months ago
board/rtl8730e: set NDP interrupt trigger to level based instead of edge More... 9 months ago
ai-soc/ndp120: prevent infinite wait by using timedwait for extraction More... 9 months ago
build/configs/rtl8730e: add loadable_audio/defconfig More... 9 months ago
audio/driver : Update init script & modify script load logic More... 9 months ago