Re: [PATCH 1/8] hw/avr: Add limited support for avr gpio registers

2022-10-08 Thread Hee-cheol Yang
Cc: qemu-devel@nongnu.org ; Philippe Mathieu-Daudé Subject: Re: [PATCH 1/8] hw/avr: Add limited support for avr gpio registers Hi all, Is there any kind of web UI where I can review it? I don't find this patch in https://patchew.org/<https://nam12.safelinks.protection.outlook.co

Re: [PATCH 1/8] hw/avr: Add limited support for avr gpio registers

2022-09-27 Thread Michael Rolnik
Hi all, Is there any kind of web UI where I can review it? I don't find this patch in https://patchew.org/ (there is only 2 year old version (https://patchew.org/search?q=project%3AQEMU+%22hw%2Favr%22)) Thank you, Michael Rolnik On Mon, Sep 12, 2022 at 2:21 PM Heecheol Yang wrote: > Add some

[PATCH 1/8] hw/avr: Add limited support for avr gpio registers

2022-09-12 Thread Heecheol Yang
Add some of these features for AVR GPIO: - GPIO I/O : PORTx registers - Data Direction : DDRx registers - DDRx toggling : PINx registers Following things are not supported yet: - MCUR registers Signed-off-by: Heecheol Yang Reviewed-by: Michael Rolnik Message-Id: [PMD: Use AVR_GPIO_CO