Commit graph

  • dc7d1b4d4c build: add nina-fw smoketest as peripheral deadprogram 2024-01-15 10:15:19 +0100
  • 5c62ee4645 docs: complete README info about nina-fw support deadprogram 2024-01-15 10:13:58 +0100
  • 10d1c71078 ninafw: implement BLE peripheral support deadprogram 2024-01-13 15:38:46 +0100
  • 46c28d8b3a build: add nina-fw smoketest as peripheral #227 deadprogram 2024-01-15 10:15:19 +0100
  • 0e01e148b9 docs: complete README info about nina-fw support deadprogram 2024-01-15 10:13:58 +0100
  • 3d478bb32d ninafw: implement BLE peripheral support deadprogram 2024-01-13 15:38:46 +0100
  • b8c79250c7 softdevice: add support for connection timeout on connect Ayke van Laethem 2024-01-05 16:54:42 +0100
  • ecf09759ac softdevice: fix connect timeout Ayke van Laethem 2024-01-05 16:37:12 +0100
  • 3f8f8a6622 softdevice: return an error on a connection timeout Ayke van Laethem 2024-01-05 16:33:51 +0100
  • 8ed9140372
    Merge bc92782f67 into d74f6a1009 #201 Misha Ketslah 2024-01-11 08:34:01 -0700
  • d491405561 softdevice: add support for connection timeout on connect #221 Ayke van Laethem 2024-01-05 16:54:42 +0100
  • 0d090f2b85 softdevice: fix connect timeout Ayke van Laethem 2024-01-05 16:37:12 +0100
  • dca55f8ee2 softdevice: return an error on a connection timeout Ayke van Laethem 2024-01-05 16:33:51 +0100
  • d74f6a1009 all: add RequestConnectionParams to request new connection parameters Ayke van Laethem 2023-12-25 15:29:49 +0100
  • 5d805a929c all: use Device instead of Address in SetConnectHandler Ayke van Laethem 2023-12-25 14:52:10 +0100
  • c9eafaff20 all: make Device a value instead of a pointer Ayke van Laethem 2023-12-25 14:28:56 +0100
  • 6e0df0ec3c softdevice: add address of connecting device Ayke van Laethem 2023-12-25 14:19:23 +0100
  • 735333aa1a softdevice: print connection parameters when debug is enabled Ayke van Laethem 2023-12-24 19:08:52 +0100
  • 56e56f3647 build: add arduino-nano33 and pyportal to smoke tests deadprogram 2024-01-06 19:19:58 +0100
  • f639d80012 ninafw: add support for software RTS/CTS flow control for boards where hardware support is not available deadprogram 2024-01-06 19:07:18 +0100
  • bc2c9aad8f build: add arduino-nano33 and pyportal to smoke tests #223 deadprogram 2024-01-06 19:19:58 +0100
  • 9d110b79ca ninafw: add support for software RTS/CTS flow control for boards where hardware support is not available deadprogram 2024-01-06 19:07:18 +0100
  • cd3c0c4835 linux: fix characteristic value Ayke van Laethem 2024-01-06 15:20:33 +0100
  • 5908eba0fb
    linux: fix characteristic value #222 Ayke van Laethem 2024-01-06 15:20:33 +0100
  • f6af395dcb
    all: add RequestConnectionParams to request new connection parameters #211 Ayke van Laethem 2023-12-25 15:29:49 +0100
  • 691f6e54bc
    all: use Device instead of Address in SetConnectHandler Ayke van Laethem 2023-12-25 14:52:10 +0100
  • e8fa755c57
    all: make Device a value instead of a pointer Ayke van Laethem 2023-12-25 14:28:56 +0100
  • 992bed69f6
    softdevice: add address of connecting device Ayke van Laethem 2023-12-25 14:19:23 +0100
  • 527a0e9c99
    softdevice: print connection parameters when debug is enabled Ayke van Laethem 2023-12-24 19:08:52 +0100
  • c5ab6a9b65 ninafw: use NINA settings from board file in main TinyGo repo deadprogram 2024-01-05 17:16:14 +0100
  • 1047305760 ninafw: use NINA settings from board file in main TinyGo repo #219 deadprogram 2024-01-05 17:16:14 +0100
  • eb30760e41 ninafw: fix connection timeout Ayke van Laethem 2024-01-05 16:11:57 +0100
  • 74933a2079 ninafw: fix connection timeout #220 Ayke van Laethem 2024-01-05 16:11:57 +0100
  • 190c4be423
    darwin: add Write command to the gattc implementation Fabianexe 2024-01-05 14:03:30 +0100
  • a3b87a310a
    Merge 7e62763f27 into 5746ccfb60 #205 Fabianexe 2024-01-05 10:27:34 +0800
  • 5746ccfb60 all: don't use a pointer receiver for many method calls Ayke van Laethem 2024-01-03 16:10:21 +0100
  • 83fba1b809
    Release AsyncOperationCompletedHandler (#208) Anton Onipko 2024-01-04 21:28:49 +0200
  • b8a4a54d5f build: add some ninafw examples to smoketest deadprogram 2024-01-04 09:41:45 +0100
  • 30138095e1 ninafw: implement GetMTU() deadprogram 2024-01-03 22:14:24 +0100
  • 044320ea69 ninafw: remove some pointer receivers from method calls deadprogram 2024-01-03 21:01:40 +0100
  • 930a5c7a88 docs: a small mention of the NINA BLE support deadprogram 2023-12-29 18:04:18 +0100
  • 92c12af54f ninafw: BLE central implementation on nina-fw co-processors deadprogram 2023-12-20 23:29:23 +0100
  • 6aed422fb1 build: add some ninafw examples to smoketest #207 deadprogram 2024-01-04 09:41:45 +0100
  • e8745246cb ninafw: implement GetMTU() deadprogram 2024-01-03 22:14:24 +0100
  • 49d5ff0e03 ninafw: remove some pointer receivers from method calls deadprogram 2024-01-03 21:01:40 +0100
  • 162a3575d2 docs: a small mention of the NINA BLE support deadprogram 2023-12-29 18:04:18 +0100
  • 7de74ef76f ninafw: BLE central implementation on nina-fw co-processors deadprogram 2023-12-20 23:29:23 +0100
  • 1860e505b9 examples/discover: add MTU Ayke van Laethem 2024-01-03 14:57:00 +0100
  • d77521461d linux: rewrite everything to use DBus directly Ayke van Laethem 2024-01-02 12:51:05 +0100
  • b278e2b932 go fmt Ayke van Laethem 2023-12-25 14:35:49 +0100
  • 8f92747a18 examples: update MCU central examples to use ldflags to pass the desired device to connect to deadprogram 2024-01-02 12:36:07 +0100
  • 1593719928
    all: don't use a pointer receiver for many method calls #218 Ayke van Laethem 2024-01-03 16:10:21 +0100
  • cf807686bf
    linux: rewrite everything to use DBus directly #216 Ayke van Laethem 2024-01-02 12:51:05 +0100
  • a44ac6363b
    examples/discover: add MTU #217 Ayke van Laethem 2024-01-03 14:57:00 +0100
  • 8828f9b984 examples: update MCU central examples to use ldflags to pass the desired device to connect to #215 deadprogram 2024-01-02 12:36:07 +0100
  • abddfdf4c8 uuid: add IsIn function which is basically the same as shortUUID already has #214 deadprogram 2024-01-02 12:15:42 +0100
  • 42d9202cd7
    Merge 5d5d0d99a3 into ec80e0111e #188 TirelessDev 2024-01-01 08:27:30 -0700
  • 2e4f9e6644 Refactored releasing AsyncOperationCompletedHandler #208 spreatty 2023-12-27 18:35:14 +0200
  • 2e40786840 Add DidWriteValueForCharacteristic delegate and use it in write command #212 fabian.gaertner 2023-12-26 14:55:05 +0100
  • 48efa0da15 go fmt #213 Ayke van Laethem 2023-12-25 14:35:49 +0100
  • d898542940 Add Write command to the darwin gattc implementaiton fabian.gaertner 2023-12-26 09:24:06 +0100
  • ec80e0111e softdevice: don't send a notify/indicate without a CCCD Ayke van Laethem 2023-12-24 13:54:19 +0100
  • b5d4e3f82a softdevice: fix writing to a characteristic Ayke van Laethem 2023-12-24 13:07:56 +0100
  • d8a4a7d47b
    softdevice: don't send a notify/indicate without a CCCD #210 Ayke van Laethem 2023-12-24 13:54:19 +0100
  • e6462b20a2
    softdevice: fix writing to a characteristic #209 Ayke van Laethem 2023-12-24 13:07:56 +0100
  • 9b814b1e38 Release AsyncOperationCompletedHandler spreatty 2023-12-22 22:00:39 +0200
  • 7e62763f27 Add Write command to the gattc implementaitons (windows hat already one) #205 fabian.gaertner 2023-12-10 11:23:26 +0100
  • bc92782f67 Revert "add STK errors" as it fails some tests #201 funkycode 2023-11-09 19:19:51 +0200
  • cacdc0d730 this comment might be useful funkycode 2023-11-09 18:35:41 +0200
  • 69b74f1cd3 some wip on bonding support funkycode 2023-11-09 17:58:28 +0200
  • 27750d5054 add STK errors funkycode 2023-11-09 17:21:28 +0200
  • 01243181c3 sd: update to prepare for changes in the TinyGo CGo implementation Ayke van Laethem 2023-09-22 17:48:50 +0200
  • ab464d8ffe
    Merge cef12c70e3 into d0c7887b81 #105 Daniel M. Lambea 2023-09-24 01:30:55 +0300
  • 15be37a68e
    sd: update to prepare for changes in the TinyGo CGo implementation #196 Ayke van Laethem 2023-09-22 17:48:50 +0200
  • 8deabdf4f7
    Merge 7384ef4c56 into d0c7887b81 #86 Yurii Soldak 2023-09-22 09:03:24 -0700
  • d0c7887b81 Update for release 0.8.0 v0.8.0 deadprogram 2023-09-21 13:03:39 +0200
  • 8e4e130a68 Update for release 0.8.0 #195 deadprogram 2023-09-21 13:03:39 +0200
  • 195d418876 build: remove CGo dependencies for Windows cross-compiler tests deadprogram 2023-09-20 20:21:47 +0200
  • 0cc860c018 docs: update README to remove CGo requirement for Windows deadprogram 2023-09-20 19:00:11 +0200
  • 1f58ec1fb4 windows: update github.com/saltosystems/winrt-go to no longer require CGo deadprogram 2023-09-20 17:52:26 +0200
  • 49654c51f6 build: remove CGo dependencies for Windows cross-compiler tests #194 deadprogram 2023-09-20 20:21:47 +0200
  • 4765de3c54 docs: update README to remove CGo requirement for Windows deadprogram 2023-09-20 19:00:11 +0200
  • 9af09a5034 windows: update github.com/saltosystems/winrt-go to no longer require CGo deadprogram 2023-09-20 17:52:26 +0200
  • 34de01b0dd windows: use branch of github.com/saltosystems/winrt-go that does not require CGo and also avoids deadlock windows-without-cgo2 deadprogram 2023-09-20 17:52:26 +0200
  • 5d5d0d99a3 linux: add method to query adapter state #188 Baden Parr 2023-09-15 14:56:38 +1200
  • 5d5d23fad9 macos: add method to query adapter state Baden Parr 2023-09-15 14:54:22 +1200
  • ed89b62888
    Merge afe3dff19e into d34d15d830 #23 Ron Evans 2023-09-02 10:02:44 -0600
  • d34d15d830 Noescape workaround Filip Vranesevic 2023-08-30 20:55:44 +0200
  • 89c1806df6 Noescape workaround #192 Filip Vranesevic 2023-08-30 20:55:44 +0200
  • 20ccbeb113 build: add Windows to GH actions build jobs deadprogram 2023-08-26 14:03:39 +0200
  • 0403d51c8a build: add macOS 12 to GH actions build jobs deadprogram 2023-08-26 13:50:53 +0200
  • d0adc8e9f1 build: add Windows to GH actions build jobs #191 deadprogram 2023-08-26 14:03:39 +0200
  • c1628749fa build: add macOS 12 to GH actions build jobs #190 deadprogram 2023-08-26 13:50:53 +0200
  • ed9477aec6 move SetStateChangeHandler to os specific implementations Baden Parr 2023-08-20 15:51:18 +1200
  • 315a5a2022 remove resetting state as it is not general Baden Parr 2023-08-20 15:15:52 +1200
  • d212487e34 linux: add adapter powered state watching and change callback Baden Parr 2023-08-20 15:12:06 +1200
  • bf2de89d6c macos: add adapter power state callback reporting Baden Parr 2023-08-19 22:57:18 +1200
  • 01a0e93a42 add adapter state and change setter Baden Parr 2023-08-19 22:56:16 +1200
  • 865b7666a1 build: download Go modules before running tests #186 use-latest-tinygo-dev-image deadprogram 2023-08-12 10:56:02 +0200
  • 657158f9e1 build: use latest tinygo-dev image for container builds, add Go 1.21 to macOS builds deadprogram 2023-08-12 10:42:27 +0200