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: tinygo-org/bluetooth
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.0
Choose a base ref
...
head repository: tinygo-org/bluetooth
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.0
Choose a head ref
  • 12 commits
  • 23 files changed
  • 6 contributors

Commits on Apr 24, 2024

  1. Copy the full SHA
    6b08161 View commit details

Commits on May 9, 2024

  1. Winrt full support (#266)

    windows: full functionality
    Cartermel authored May 9, 2024
    Copy the full SHA
    314ca89 View commit details

Commits on May 10, 2024

  1. winrt-go: bump to latest

    This version fixes an error that leaked Go pointers to the WinRT runtime
    causing random access violation errors (0xc0000005) whenver these
    pointers where freed or moved by Go's GC. For more info checkout
    saltosystems/winrt-go#94.
    
    Diff:
    saltosystems/winrt-go@45c2d7a...4f7860a
    jagobagascon authored and deadprogram committed May 10, 2024
    Copy the full SHA
    348de05 View commit details

Commits on May 21, 2024

  1. Improve documentation of RSSI

    Fixes #272
    elgohr authored and aykevl committed May 21, 2024
    Copy the full SHA
    abbb565 View commit details

Commits on May 25, 2024

  1. gap: fix ServiceDataElement.UUID comment

    I can't find anything that says the service UUID can also be a company
    UUID (though the UUID number ranges don't overlap, so it could be
    possible). Maybe I'm wrong, considering the size of the Bluetooth
    specification I could easily have missed something.
    aykevl authored and deadprogram committed May 25, 2024
    Copy the full SHA
    c26c9d5 View commit details

Commits on May 29, 2024

  1. Copy the full SHA
    d46f2cc View commit details

Commits on Jun 7, 2024

  1. hci: refactor to separate HCI transport implementation from interface…

    … to not always assume UART.
    
    Signed-off-by: deadprogram <[email protected]>
    deadprogram committed Jun 7, 2024
    Copy the full SHA
    926aeb4 View commit details
  2. test: add hci_uart based implementation to smoke tests

    Signed-off-by: deadprogram <[email protected]>
    deadprogram committed Jun 7, 2024
    Copy the full SHA
    9905abd View commit details

Commits on Jun 11, 2024

  1. cyw43439: HCI implementation

    Signed-off-by: deadprogram <[email protected]>
    deadprogram committed Jun 11, 2024
    Copy the full SHA
    457af75 View commit details
  2. modules: update for cyw43439 HCI functionality

    Signed-off-by: deadprogram <[email protected]>
    deadprogram committed Jun 11, 2024
    Copy the full SHA
    0d0c149 View commit details
  3. docs: add mention of support for rp2040-W to README

    Signed-off-by: deadprogram <[email protected]>
    deadprogram committed Jun 11, 2024
    Copy the full SHA
    b1081a9 View commit details

Commits on Jun 18, 2024

  1. all: release 0.10

    Signed-off-by: deadprogram <[email protected]>
    deadprogram committed Jun 18, 2024
    Copy the full SHA
    a668e1b View commit details
Loading