aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/machine/board_nano-33-ble.go
AgeCommit message (Collapse)Author
2024-04-19Run Nick G's spellchecker github.com/client9/misspell, carefuly fix what it ↵dkegel-fastly
found (#4235)
2022-12-19build: drop deprecated build tagsYurii Soldak
2022-08-04all: format code according to Go 1.19 rulesAyke van Laethem
Go 1.19 started reformatting code in a way that makes it more obvious how it will be rendered on pkg.go.dev. It gets it almost right, but not entirely. Therefore, I had to modify some of the comments so that they are formatted correctly.
2022-01-29nano-33-ble: typo in LPS22HB peripheral definition and documentation (#2579)Yurii Soldak
2021-11-13nano-33-ble: internal i2c config, power led and sensors switchYurii Soldak
2021-06-25targets: add serial key to JSON files for newly added rp2040 boards, and ↵deadprogram
also nano-33-ble board Signed-off-by: deadprogram <[email protected]>
2021-06-14board/nano-33-ble: pins, blinking leds and serialYurii Soldak