kasjer
kasjer
@cr1901 thanks for asking now that I looked again there is just one line to be removed and then it will be clear. Problem with current code is that place...
@hathach I think that it's possible that edpt_dma_start() could be reduced to ```c static void edpt_dma_start(volatile uint32_t* reg_startep) { if (atomic_flag_test_and_set(&_dcd.dma_running)) { //use usbd task to defer later usbd_defer_func((osal_task_func_t) edpt_dma_start,...
@hathach It took a while but we now have opensource throughput test application for nimble that can be also used to with USB transport for NRF52840/NRF5340/DA1469x. With this software it's...
@zj2004 could you please check if #1451 fixes problem you described?
@nbanerje let me check first what needs to be done. If I will not be able to move on by myself, I will ask you for assistance. Thanks for letting...
SPI (and other peripherals) initialization was moved to MCU stm32_periph.c that is common across all ST devices. This PR #2186 took care of this problem
Hi @dwld could you please checked if this solution fixes problem that you detected?
This does not seems like mynewt issue. Anyway here are my thoughts. *boot-nrf52xxaa.ld* should have correct ram size ``` MEMORY { FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0xC000...
Maybe instead of yielding code could feed watchdog. If we have two tasks that are busy even if they go to sleep periodically it may happen that they will switch...
Hi @dwld, I tell you why this takes so much time with such simple reasonable change. For a long time console code that was modified by a few people did...