Skip to content

Commit

Permalink
Added NM180410
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-nmi committed Oct 23, 2023
1 parent d51de08 commit 71033d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
('lpc4322_if', False, 0x0000, "bin" ),
('lpc55s69_if', False, 0x10000, "bin" ),
('lpc55s69_mculink_if', False, 0x10000, "bin" ),
('lpc55s69_nm180410_if', False, 0x10000, "bin" ),
('max32620_if', False, 0x0000, "bin" ),
('max32625_if', False, 0x0000, "bin" ),
('nrf52820_if', False, 0x0000, "bin" ),
Expand Down Expand Up @@ -241,6 +242,7 @@ def VENDOR_TO_FAMILY(x, y) : return (VENDOR_ID[x] <<8) | y
( 0x9905, VENDOR_TO_FAMILY('Nordic', 2), 'nrf52820_microbit_if', 'nrf52820_bl', 'Microbitv2' ),
( 0x9906, VENDOR_TO_FAMILY('Nordic', 2), 'nrf52820_microbit_if', 'nrf52820_bl', 'Microbitv2' ),
( 0xA127, VENDOR_TO_FAMILY('Ambiq', 1), 'kl26z_artemis_dk_if', 'kl26z_bl', 'ARTMBED' ),
( 0xD000, VENDOR_TO_FAMILY('Ambiq', 1), 'lpc55s69_nm180410_if', None, 'NM180410' ),
( 0x0000, VENDOR_TO_FAMILY('Stub', 1), 'kl26z_if', None, None ),
( 0x0000, VENDOR_TO_FAMILY('Stub', 1), 'k20dx_if', None, None ),
( 0x0000, VENDOR_TO_FAMILY('Stub', 1), 'k26f_if', None, None ),
Expand Down

0 comments on commit 71033d1

Please sign in to comment.