]> Git Repo - qemu.git/commit
target/avr: Add definitions of AVR core types
authorMichael Rolnik <[email protected]>
Sun, 26 Jan 2020 17:34:33 +0000 (18:34 +0100)
committerPhilippe Mathieu-Daudé <[email protected]>
Fri, 10 Jul 2020 15:58:32 +0000 (17:58 +0200)
commit669d27e2f57a5c016caebf859196ec77c420a330
treebb693e1d4e333405e393557809aeec16dfedbdec
parent25a08409ab449fe9666e3dc15fe87b2a8e5bb979
target/avr: Add definitions of AVR core types

AVR core types are:

  - avr5
  - avr51
  - avr6

Each core type covers multiple AVR MCUs, mentioned in the comments
before definition of particular AVR core type (part of this patch).

AVR core type defines shared features that are valid for all AVR
MCUs belonging in that type.

[AM: Split a larger AVR introduction patch into logical units]
Suggested-by: Aleksandar Markovic <[email protected]>
Co-developed-by: Michael Rolnik <[email protected]>
Co-developed-by: Sarah Harris <[email protected]>
Signed-off-by: Michael Rolnik <[email protected]>
Signed-off-by: Sarah Harris <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
Signed-off-by: Aleksandar Markovic <[email protected]>
Acked-by: Igor Mammedov <[email protected]>
Tested-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
Message-Id: <20200705140315[email protected]>
[PMD: Only include reviewed cores: avr5/avr51/avr6]
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
target/avr/cpu.c
This page took 0.023853 seconds and 4 git commands to generate.