Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sparkfun/SparkFun_u-blox_GNSS_Arduino_Library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ce4629b
Choose a base ref
...
head repository: sparkfun/SparkFun_u-blox_GNSS_Arduino_Library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4e542ba
Choose a head ref
  • 4 commits
  • 2 files changed
  • 3 contributors

Commits on Aug 30, 2024

  1. typo

    dthakur authored Aug 30, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    84dead2 View commit details

Commits on Sep 2, 2024

  1. Merge pull request #230 from dthakur/patch-1

    Minor typo
    PaulZC authored Sep 2, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    bfa5d9d View commit details

Commits on Feb 20, 2025

  1. Copy the full SHA
    aee55a7 View commit details
  2. Merge pull request #232 from dizcza/cmake

    Added a cmake file to support Arduino as a component in ESP-IDF
    PaulZC authored Feb 20, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    4e542ba View commit details
Showing with 7 additions and 1 deletion.
  1. +6 −0 CMakeLists.txt
  2. +1 −1 README.md
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
file(GLOB SOURCES src/*.cpp)
idf_component_register(
SRCS ${SOURCES}
INCLUDE_DIRS src
REQUIRES arduino
)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -114,7 +114,7 @@ For I<sup>2</sup>C communication, please be sure to remove all additional pull-u

## Compatibility

v2 of the library provides support for generation 8, 9 and 10 u-blox GNSS modules. For generation 6 and 7, please see [this example (depricated)](https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library/tree/master/examples/Series_6_7/Example1_GetPositionAndTime_Series_6_7).
v2 of the library provides support for generation 8, 9 and 10 u-blox GNSS modules. For generation 6 and 7, please see [this example (deprecated)](https://github.com/sparkfun/SparkFun_Ublox_Arduino_Library/tree/master/examples/Series_6_7/Example1_GetPositionAndTime_Series_6_7).

## Contributing