This is an automated email from Gerrit. Дамян Митев ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4091
-- gerrit commit 05754f9415966dcaf3c1e2d7b317859a866b02b9 Author: Damyan Mitev <[email protected]> Date: Tue Apr 4 10:12:44 2017 +0300 nrf51: Add new HWID 0x008F Add new entry in nrf51_known_devices_table for nRF51822 chip found on chinese Core51822 dev board. The chp has markings N51822 / QFAAH1 / 1630FW Nordic Semiconductor nRF51 Series Compatibility matrix confirms that this chip has 256K Flash and 16K RAM. Change-Id: I571d15913c6f6e02a6f09c883d7dfc5a66b57c28 Signed-off-by: Damyan Mitev <[email protected]> diff --git a/src/flash/nor/nrf51.c b/src/flash/nor/nrf51.c index e3f6c10..7b7acf4 100644 --- a/src/flash/nor/nrf51.c +++ b/src/flash/nor/nrf51.c @@ -291,6 +291,13 @@ static const struct nrf51_device_spec nrf51_known_devices_table[] = { .build_code = "A0", .flash_size_kb = 256, }, + { + .hwid = 0x008F, + .part = "51822", + .variant = "QFAA", + .build_code = "H1", + .flash_size_kb = 256, + }, /* nRF51422 Devices (IC rev 1). */ { -- ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
