This is an automated email from Gerrit. Anonymous Coward (kai.geissdoer...@tu-dresden.de) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4649
-- gerrit commit e45d5bb499a76d441c87e96ac0eceab775eddbfc Author: Kai Geissdoerfer <kai.geissdoer...@tu-dresden.de> Date: Mon Aug 13 12:35:47 2018 +0200 flash/nrf5: support for nRF52840 Q1AAC0 Change-Id: Id3280dadece84e1d68544936e44d506c7930a55d Signed-off-by: Kai Geissdoerfer <kai.geissdoer...@tu-dresden.de> diff --git a/src/flash/nor/nrf5.c b/src/flash/nor/nrf5.c index 230fa6c..ef3da69 100644 --- a/src/flash/nor/nrf5.c +++ b/src/flash/nor/nrf5.c @@ -206,6 +206,9 @@ static const struct nrf5_device_spec nrf5_known_devices_table[] = { /* nRF52832 Devices */ NRF5_DEVICE_DEF(0x00C7, "52832", "QFAA", "B0", 512), NRF5_DEVICE_DEF(0x0139, "52832", "QFAA", "E0", 512), + + /* nRF52840 Devices */ + NRF5_DEVICE_DEF(0x0150, "52840", "QIAA", "C0", 1024), }; static int nrf5_bank_is_probed(struct flash_bank *bank) -- ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ OpenOCD-devel mailing list OpenOCD-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openocd-devel