Skip to content

Commit

Permalink
Documentation update only: remove UPCOMING.md and update version to P…
Browse files Browse the repository at this point in the history
…latformIO. (#1198)

The UPCOMING.md for 1.5.0 is now removed, since this is 1.5.0, and the version number for PlatformIO purposes, stored in library.json, is updated to 1.5.0.
  • Loading branch information
RobMeades committed Jul 10, 2024
1 parent 37447ae commit 0209dcf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 37 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<img src="/readme_images/ubxlib-logo.svg" width="400">

[![important message](/readme_images/important_msg.svg)](/UPCOMING.md)

<i>Note: if you are reading this from a package-file created by a third-party \[e.g. PlatformIO\] and the links do not work, please try reading it at the original [ubxlib Github site](https://github.com/u-blox/ubxlib) instead.</i>
# Introduction to `ubxlib`
This repository contains an add-on to microcontroller and RTOS SDKs for building embedded applications with u-blox products and services. It provides portable C libraries which expose APIs with examples. `ubxlib` supports [u-blox](https://www.u-blox.com) modules with [cellular](https://www.u-blox.com/en/cellular-modules) (2G/3G/4G), [short-range](https://www.u-blox.com/en/short-range-radio-chips-and-modules) (Bluetooth and Wi-Fi) and [positioning](https://www.u-blox.com/en/positioning-chips-and-modules) (GNSS) functionality. The `ubxlib` libraries present high level C APIs for use in customer applications (e.g. connect to a network, open a TCP socket, establish location, etc.) and implements these APIs on selected popular MCUs, also available inside u-blox modules.
Expand Down
34 changes: 0 additions & 34 deletions UPCOMING.md

This file was deleted.

2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ubxlib",
"description": "Portable C libraries which provide APIs to build applications with u-blox products and services. Delivered as add-on to existing microcontroller and RTOS SDKs.",
"keywords": "u-blox, ubxlib",
"version": "1.4.0",
"version": "1.5.0",
"repository": {
"type": "git",
"url": "https://github.com/u-blox/ubxlib.git"
Expand Down

0 comments on commit 0209dcf

Please sign in to comment.