Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
beegee-tokyo committed Jun 9, 2021
1 parent 9aebf83 commit 8c2a4bf
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 2 deletions.
9 changes: 8 additions & 1 deletion changelog.md
@@ -1,6 +1,13 @@

# RAKwireless RAK11300 BSP Changelog

## 0.0.1 - 2021.05.23
## 0.0.3 - 2021.06.09
- Add Serial.printf
- Correct arduino_pins.h
- Adjust libraries to work with RAK11300

## 0.0.2 - 2021.05.23
- Update board name

## 0.0.1 - 2021.05.23
- First port from [ArduinoCore-mbed](https://github.com/arduino/ArduinoCore-mbed)
42 changes: 42 additions & 0 deletions package_rakrp_index.json
Expand Up @@ -93,6 +93,48 @@
"name": "rp2040tools"
}
]
},
{
"name": "RAKwireless RP Boards",
"architecture": "mbed_rp2040",
"version": "0.0.3",
"category": "Contributed",
"url": "https://github.com/RAKWireless/RAK-RP-Arduino/archive/0.0.3.tar.gz?raw=true",
"archiveFileName": "RAK11300-0.0.3.tar.gz",
"checksum": "SHA-256:0A6491551D185BCE23208225433E852ED32B5EB0C8E94BF0590EEE399E6F91BE",
"size": "5186541",
"boards": [
{
"name": "RAK11300"
}
],
"toolsDependencies": [
{
"packager": "rakrp",
"name": "openocd",
"version": "0.11.0-arduino2"
},
{
"packager": "rakrp",
"name": "arm-none-eabi-gcc",
"version": "7-2017q4"
},
{
"packager": "rakrp",
"name": "bossac",
"version": "1.9.1-arduino2"
},
{
"packager": "rakrp",
"version": "0.10.0-arduino1",
"name": "dfu-util"
},
{
"packager": "rakrp",
"version": "1.0.2",
"name": "rp2040tools"
}
]
}
],
"tools": [
Expand Down
2 changes: 1 addition & 1 deletion platform.txt
Expand Up @@ -5,7 +5,7 @@
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification

name=Rakwireless Raspberry Modules
version=1.0.0
version=0.0.3

# Compile variables
# ------------------------
Expand Down

0 comments on commit 8c2a4bf

Please sign in to comment.