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

2020-10-02 Thread Philippe Mathieu-Daudé
Hi Yang, On 10/2/20 5:24 PM, Heecheol Yang wrote: > Add some of these features for avr gpio: > > Â - GPIO I/O : PORTx registers > Â - Data Direction : DDRx registers > > Following things are not supported yet: > Â - PINx registers > Â - MCUR registers > Â - Even though read/write for DDR

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

2020-10-02 Thread Hee-cheol Yang
Add some of these features for avr gpio: - GPIO I/O : PORTx registers - Data Direction : DDRx registers Following things are not supported yet: - PINx registers - MCUR registers - Even though read/write for DDRx registers are implemented, actual direction controls are not suppor

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

2020-10-02 Thread Heecheol Yang
Add some of these features for avr gpio:   - GPIO I/O : PORTx registers   - Data Direction : DDRx registers Following things are not supported yet:   - PINx registers   - MCUR registers   - Even though read/write for DDRx registers are     implemented, actual direction controls are not     suppo