Skip to content

Commit

Permalink
Merge branch 'master' into update-api-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rhampt authored Jan 14, 2025
2 parents 9fee323 + 9f5972e commit 24c70e8
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 12 deletions.
37 changes: 37 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
- commits:
- subject: "minor: remove edison from gpio.md"
hash: bf102b3f8bf2d80f581267c9ff34999ccba39d12
body: Intel Edison has been deprecated a long time ago.
footer: {}
author: Edwin Joassart
nested: []
version: 6.5.0
title: ""
date: 2025-01-14T15:19:24.421Z
- commits:
- subject: remove fetching of modem and wifi adapter text from meta-balena
hash: 48061c4fd36623611042a114028b37ea860dd01e
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Ryan Cooke <[email protected]>
signed-off-by: Ryan Cooke <[email protected]>
author: Ryan Cooke
nested: []
- subject: "reference/wifi-dongles.md: Remove list of supported modems"
hash: d694c7011f6cde45310f0ead1375f03bbfc645d0
body: >
The list of supported wifi dongles and modems is out of date and sets an
uneralistic expectation for hardware compatibility - its better to
remove this until we actually have a proper modem story
footer:
Change-type: patch
change-type: patch
Signed-off-by: Ryan Cooke <[email protected]>
signed-off-by: Ryan Cooke <[email protected]>
author: Ryan Cooke
nested: []
version: 6.4.4
title: ""
date: 2025-01-14T15:13:27.430Z
- commits:
- subject: "patch: Update NPM dependencies"
hash: 313549334a785b8a07a6f06ef59412f0aef87459
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](https://semver.org/).

## 6.5.0 - 2025-01-14

* minor: remove edison from gpio.md [Edwin Joassart]

## 6.4.4 - 2025-01-14

* remove fetching of modem and wifi adapter text from meta-balena [Ryan Cooke]
* reference/wifi-dongles.md: Remove list of supported modems [Ryan Cooke]

## 6.4.3 - 2025-01-06

* patch: Update NPM dependencies [Vipul Gupta (@vipulgupta2048)]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "balena-docs",
"private": true,
"version": "6.4.3",
"version": "6.5.0",
"engines": {
"node": "^18.0.0"
},
Expand Down Expand Up @@ -59,6 +59,6 @@
"wrangler": "^3.99.0"
},
"versionist": {
"publishedAt": "2025-01-06T14:28:12.643Z"
"publishedAt": "2025-01-14T15:19:25.082Z"
}
}
8 changes: 0 additions & 8 deletions pages/learn/develop/hardware/gpio.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Recommended ways of interacting with GPIO on {{ $names.company.lower }} devices.

* [Raspberry Pi](/hardware/gpio#raspberry-pi)
* [Beaglebone](/hardware/gpio#beaglebone)
* [Intel Edison](/hardware/gpio#intel-edison)

## Raspberry Pi

Expand Down Expand Up @@ -38,13 +37,6 @@ With this module you should be able to carry out basic GPIO and analog-to-digita

If you would prefer a python implementation, then look at this [github issue](https://github.com/adafruit/adafruit-beaglebone-io-python/issues/80#issuecomment-163073883) and get involved in making it happen.

## Intel Edison

All the Intel Edison base images on our [Docker Hub][edison-base-image-link] come pre-installed with [libmraa](https://github.com/intel-iot-devkit/mraa), which allows you to easily interact with the GPIO.

To get started with GPIO on edison have a look at our ["Edison GPIO in node.js"](https://github.com/shaunmulligan/edison-blink-node.git) example, or if you prefer python check out our ["Simple Edison GPIO with python"](https://github.com/shaunmulligan/hello-python-edison).

[edison-base-image-link]:https://hub.docker.com/search/?q=resin%2Fedison&page=1&isAutomated=0&isOfficial=0&starCount=0&pullCount=0
[terminal]:/runtime/terminal

[balena]:{{ $links.mainSiteUrl }}
Expand Down

0 comments on commit 24c70e8

Please sign in to comment.