Results 20 issues of ardnew

## Issue Several `enumeratedValue` items have duplicated `name` fields – albeit different enumerated `value` – in `NXP/MIMXRT1062.svd` (which is the same MCU used on the popular PJRC Teensy 4.0/4.1 boards)....

With dark backgrounds, the arrow (black) on the color slider view is difficult to see (impossible to see if the background is pure black). It would be nice to be...

When using a development branch of Go (see #435), the file `$GOROOT/VERSION` doesn't exist, and `src/runtime/internal/sys/zversion.go` contains a version string like the following: ```go const TheVersion = `devel +529988d62c Sun...

These changes add the ability to provide GDB initialization scripts from command-line flags and target JSON files. GDB scripts save a **lot** of time by being able to automatically configure...

## Description This PR implements the bare essentials for a functioning LED blinky on the Arduino Portenta H7. However, it is composed of two different target ports, one for each...

This PR serves as working area and development notes/discussion for a common USB 2.0 API and package implementation reusable by various TinyGo targets. A functioning model — including a Device...

enhancement

**Please check if the PR fulfills these requirements** - [x] The PR has no duplicates (please search among the [Pull Requests](https://github.com/arduino/arduino-cli/pulls) before creating one) - [x] The PR follows [our...

type: enhancement
topic: code

There already exists a [`hub75` driver in this repo](https://github.com/ardnew/drivers/tree/master/hub75), but it is incompatible with the pinout used on the Adafruit Matrix Portal M4 board: the driver uses SPI for clock+data,...

This PR adds an I2C driver and example program for the STUSB4500 USB Type-C Power Delivery (PD) Sink Controller by STMicroelectronics. The driver includes the ability to detect USB Type-C...