Fix rcc_gpio_modify_bits(). Obviously (1 << 0) is not the same as 0.Pointy hat to: loosMFC after: 3 days
Fix off-by-one bugs.While here, only set the GPIO pin state for output pins.Pointy hat to: loosSponsored by: Rubicon Communications (Netgate)
Add the GPIO driver for the ADI Engineering RCC-VE and RCC-DFF/DFFv2.This driver allows read the software reset switch state and control thestatus LEDs.The GPIO pins have their direction (input/
Add the GPIO driver for the ADI Engineering RCC-VE and RCC-DFF/DFFv2.This driver allows read the software reset switch state and control thestatus LEDs.The GPIO pins have their direction (input/output) locked down to preventpossible short circuits.Note that most people get a reset button that is a hardware reset. Thesoftware reset button is available on boards from Netgate.Sponsored by: Rubicon Communications (Netgate)
show more ...