From: OpenOCD-Gerrit <ope...@us...> - 2020-03-24 21:35:36
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via d9ffe75e257aa4005dd34603860e45c57b1765b6 (commit) from a708b6d25ec72c6de57ff42bdc6c0b4d52a69388 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d9ffe75e257aa4005dd34603860e45c57b1765b6 Author: Lars Poeschel <poe...@ma...> Date: Tue Nov 5 16:39:48 2019 +0100 avrf.c: Add ATmega256RFR2 to known flash list This adds the ATmega256RFR2 to the list of know devices for flashing. Change-Id: Ib24a508762aaa84ba08ba37409db2ae674b46288 Signed-off-by: Lars Pöschel <poe...@ma...> Reviewed-on: http://openocd.zylin.com/5504 Tested-by: jenkins Reviewed-by: Tomas Vanek <va...@fb...> diff --git a/src/flash/nor/avrf.c b/src/flash/nor/avrf.c index aa8645909..de8c563c6 100644 --- a/src/flash/nor/avrf.c +++ b/src/flash/nor/avrf.c @@ -67,6 +67,7 @@ static const struct avrf_type avft_chips_info[] = { */ {"atmega128", 0x9702, 256, 512, 8, 512}, {"atmega128rfa1", 0xa701, 128, 512, 8, 512}, + {"atmega256rfr2", 0xa802, 256, 1024, 8, 1024}, {"at90can128", 0x9781, 256, 512, 8, 512}, {"at90usb128", 0x9782, 256, 512, 8, 512}, {"atmega164p", 0x940a, 128, 128, 4, 128}, ----------------------------------------------------------------------- Summary of changes: src/flash/nor/avrf.c | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- Main OpenOCD repository |