renode-infrastructure icon indicating copy to clipboard operation
renode-infrastructure copied to clipboard

Results 51 renode-infrastructure issues
Sort by recently updated
recently updated
newest added

This fixes all open issues that blocks the STM32 ADC to run in the C0/G0/L0 devices. The related issues are: * https://github.com/renode/renode/issues/414 * https://github.com/renode/renode/issues/542 * https://github.com/renode/renode/issues/569 This was tested using...

Basic implementation of GPDMA for STM32WBA55. Tested with transfer to USART No LinkedList / Security registers implemented Usage: ``` /* repl file */ dma1: DMA.STM32WBA55_GPDMA @ sysbus numberOfChannels: 8 [0-7]...

Useful when we don't know a-priori how many bytes we will receive, yet we want to get an interrupt as soon as we see 1 idle UART frame so that...

Can we add the ability to force the QENG=0 command to fail for testing purposes?

Add an AT24 I2C compatible EEPROM driver with below characteristics: - Variable page size - Capacity up to 512-Kbit (65536 x 8) - DumpMemory function - LoadMemory function - Not...

Preliminary support for xG24 Silicon Labs platform. - Radio model is functional for 802.15.4-based stacks (Zigbee, Open Thread, Connect and other RAIL-based proprietary solutions), however on certain platforms we are...

Fixes https://github.com/renode/renode/issues/334

Proposed fixes for renode/renode#314 and renode/renode#315

adding peripherals for SAMD20 controller

I added a new peripheral, the so called Flash Interface Register. I only implemented a few registers, in particular it supports: - lock/unlock mechanism with keys - sector erase mechanism...