Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

arduino-nRF5

use Nordic Semiconductor nRF5x chips with the Arduino IDE
Collective - Host: opensource - https://opencollective.com/arduino-nrf5 - Code: https://github.com/sandeepmistry/arduino-nRF5

corrects A3 from pin 3 to pin 18(C18), adds A7 as pin 16(C16), updates comment (#521)

github.com/sandeepmistry/arduino-nRF5 - 8d91cbb022af4f80de2f2131db275e08c9255321 authored 11 months ago by huwgen <[email protected]>
Update package information for 0.8.0 Release

github.com/sandeepmistry/arduino-nRF5 - 1ce2a089b767a12e79a1f1a2eecdc81b0b9b081d authored 11 months ago by Sandeep Mistry <[email protected]>
Add note about "Flashing a SoftDevice" is IDE 1.8.x only

github.com/sandeepmistry/arduino-nRF5 - b0957a99e55cea12644b7a582ad467f3b78952e8 authored 11 months ago by Sandeep Mistry <[email protected]>
adds Calliope mini V3 to the library (#518)

* added mini3

* adds calliope pins, working

* update readme

* adds mini V3 to workflow

github.com/sandeepmistry/arduino-nRF5 - fbbcccbf8e347beccda4c124e25a9ebf07c8788b authored about 1 year ago by huwgen <[email protected]>
CI: Add GitHub Actions workflow to build blinky with all variants.

Replace the README badge and remove the TravisCI config file.

github.com/sandeepmistry/arduino-nRF5 - 5c22636bb588d9afc43fec091dc0807a43f164bb authored over 2 years ago by Carlos Pereira Atencio <[email protected]>
Fix Arduino.h portOutputRegister() and portModeRegister()

This functions were using the OUTSET and DIRSET registers instead
of SET and DIR. The xxxSET reg...

github.com/sandeepmistry/arduino-nRF5 - 52127a2098f8c9c4992709782089891f89ac3c89 authored over 2 years ago by Carlos Pereira Atencio <[email protected]>
Create FUNDING.yml

github.com/sandeepmistry/arduino-nRF5 - 75baa76b21ec28cf7c6ece57ba444cf2306b584b authored about 4 years ago by Sandeep Mistry <[email protected]>
Update package information for 0.7.0 Release

github.com/sandeepmistry/arduino-nRF5 - 29af354277f4d95b85b26dda7b5c66fbac59f864 authored about 4 years ago by Sandeep Mistry <[email protected]>
Version 0.7.0

github.com/sandeepmistry/arduino-nRF5 - 47a9b75351fc45a284900e3f4c0eff8bae2e8769 authored about 4 years ago by Sandeep Mistry <[email protected]>
Update README.md

`git clone https://github.com/sandeepmistry/arduino-nRF5.git sandeepmistry/nRF5` => `git clone h...

github.com/sandeepmistry/arduino-nRF5 - d792b8c7f9a2786d5621b5ae57f36fe92c062e1d authored about 4 years ago by Sandeep Mistry <[email protected]>
Update #ifdef NRF52 -> #if defined(NRF52_SERIES)

github.com/sandeepmistry/arduino-nRF5 - cfc10443e62e35cb608daa2855f6bddf98b4a444 authored about 4 years ago by Sandeep Mistry <[email protected]>
Add nRF52833 support + generic variant

github.com/sandeepmistry/arduino-nRF5 - 81429bf20c8f26df181e6e89c3612ccfa6a9bcfc authored about 4 years ago by Sandeep Mistry <[email protected]>
Correct + use digitalPinToPort, digitalPinToPin, digitalPinToPin macros

for pulseIn, pinMode, digitalWrite, digitalRead, Wire

github.com/sandeepmistry/arduino-nRF5 - a9ca22cd64fb08327602c94d968eae4c74f57ad3 authored about 4 years ago by Sandeep Mistry <[email protected]>
Add conditional updates to new MDK files + update to new NRFxx_SERIES defines

github.com/sandeepmistry/arduino-nRF5 - 7da8ba759cf27166e00a78189d436d78a0d133d5 authored about 4 years ago by Sandeep Mistry <[email protected]>
Update cores/nRF5/SDK with nRF MDK 8.37.0

https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-MDK/Download#infotabs

github.com/sandeepmistry/arduino-nRF5 - 8882b99d067e22ec85651251c4971bd064d36658 authored about 4 years ago by Sandeep Mistry <[email protected]>
Add support for secondary Wire1 interface

github.com/sandeepmistry/arduino-nRF5 - 85798d156c7b0aa7562f8d666b16aa8eba22b248 authored about 4 years ago by John Maloney <[email protected]>
Add micro:bit V2 variant

github.com/sandeepmistry/arduino-nRF5 - 4c9101dc1677caf94bb5c2ed3af5a59bd7a08d36 authored about 4 years ago by John Maloney <[email protected]>
SPI: use NRF_SPI2 on nRF52 series

github.com/sandeepmistry/arduino-nRF5 - 28c38551a03ef2e927952a660edcc69137ea712f authored about 4 years ago by Sandeep Mistry <[email protected]>
Fixed GPIOTE interrupt priority

Priority 1 is reserved by the SoftDevice and shall not be used by application code

github.com/sandeepmistry/arduino-nRF5 - 8f41ab685197bfc27b56705ee8a7f63f653344ae authored about 4 years ago by nobodyguy <[email protected]>
Fix #312: softdevice download links should be stable now.

github.com/sandeepmistry/arduino-nRF5 - e3da01b0d777ec53296cd86f59ebedb6492f5e58 authored about 4 years ago by Cedric Honnet <[email protected]>
Map pin number argument to internal pin number using digitalPinToPin

Adjust loop count to microsecond computations

github.com/sandeepmistry/arduino-nRF5 - d50e109ca1a765571397ba2418c4c58d1dd5010b authored about 4 years ago by John Maloney <[email protected]>
Add connector pins 16 and 17 as analog inputs A6 and A7

Update pin map comments in variant.cpp

Swap microphone (P0.03) with unused pin (P0.23) in the pi...

github.com/sandeepmistry/arduino-nRF5 - 772990ab08e8a01ec9bab12e3155c25f40f0a23e authored about 4 years ago by John Maloney <[email protected]>
Fixing pgm_read_ptr macro bug

github.com/sandeepmistry/arduino-nRF5 - 0ccd430d82c7aad1a5863606ac58c3c98ba9183e authored over 4 years ago by orrmany <[email protected]>
Merge pull request #356 from henrygab/patch-1

Fix #355 - Wrong SPI pins defined

github.com/sandeepmistry/arduino-nRF5 - 13664e77adcf8895b0dd67f271134d53b107ef1c authored over 5 years ago by dlabun <[email protected]>
Fix #355 - Wrong SPI pins defined

Fix #355

github.com/sandeepmistry/arduino-nRF5 - a299c1e1e49127f2ba1c4c12fb5204002410f3e9 authored over 5 years ago by Henry Gabryjelski <[email protected]>
Added missing endif that was accidentially removed in commit https://github.com/sandeepmistry/arduino-nRF5/commit/0524008cca0432dba9da0dac5e665bb50ae7cd25#diff-ddd77aecb16ad4a70bea9989e9fd8022 (#339)

github.com/sandeepmistry/arduino-nRF5 - acd234f3ec70cdbca9c725ef15ec2a63da8e3801 authored almost 6 years ago by EndlessDelirium <[email protected]>
update compatibility mode for different F_CPU values

github.com/sandeepmistry/arduino-nRF5 - 0524008cca0432dba9da0dac5e665bb50ae7cd25 authored almost 6 years ago by Nishanth Samala <[email protected]>
Merge pull request #336 from EndlessDelirium/features/vtable_bugfix

fix for "undefined reference to `vtable for HardwareSerial'"

github.com/sandeepmistry/arduino-nRF5 - 9c8d05773f5f6669bdbff96ebfa15546898e0f32 authored almost 6 years ago by dlabun <[email protected]>
fix for "undefined reference to `vtable for HardwareSerial'"

github.com/sandeepmistry/arduino-nRF5 - c0eeb9c057beb90745414de968760b6ad662cd20 authored almost 6 years ago by Manuel Koetter <[email protected]>
Merge pull request #334 from Pathak94/hackaBLE_v2-variant

add hackaBLE_v2

github.com/sandeepmistry/arduino-nRF5 - dd9a92d5d6dbe01bbbe68b69cd4e7f34ebd350ff authored almost 6 years ago by dlabun <[email protected]>
add hackaBLE_v2

github.com/sandeepmistry/arduino-nRF5 - 2ad8006abb578babc1e5eb433426bbd28505112b authored almost 6 years ago by vaishali <[email protected]>
Add Seeed Studio Arch Link support

[[http://wiki.seeedstudio.com/Arch_Link/]]

Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@gm...

github.com/sandeepmistry/arduino-nRF5 - a3ac43fc4772a6bf0aaa984ddd191418dad896b5 authored about 6 years ago by Wojciech Dubowik <[email protected]>
Merge pull request #319 from Beetix/dwm1001-dev

Added decaWave DWM1001-DEV board

github.com/sandeepmistry/arduino-nRF5 - 9d6b7848c6d78d71314365d8f7cb7bf32ef1ed3d authored about 6 years ago by dlabun <[email protected]>
Fixed unavailable GPIOs issue

- GPIO0 and GPIO1 on the DWM1001 are attached to the DW1000 not the
nRF52
- Removed 2 digital pi...

github.com/sandeepmistry/arduino-nRF5 - 283bf080d2e5b811af1e5379c9dc6be30c763103 authored about 6 years ago by Beetix <[email protected]>
Corrected file names in softdevice.txt

github.com/sandeepmistry/arduino-nRF5 - 30752ee1d6edda896121803d137eb4b17fed433f authored about 6 years ago by dlabun <[email protected]>
Fixed define issues for DWM1001-DEV

- Replaced '-' with '_'

github.com/sandeepmistry/arduino-nRF5 - 3edc8ae870a93481d942c4d5ba76be3eec0ce180 authored about 6 years ago by Beetix <[email protected]>
Added DWM1001-DEV in CI

github.com/sandeepmistry/arduino-nRF5 - 2cb4f4347e1336259ef7b03c5aae84063e630d7b authored about 6 years ago by Beetix <[email protected]>
Added DWM1001-DEV in README

github.com/sandeepmistry/arduino-nRF5 - 16a2e0f7ce9f34a4bb7b62321e8fa8a30412002b authored about 6 years ago by Beetix <[email protected]>
Added softdevice for DWM1001-DEV

github.com/sandeepmistry/arduino-nRF5 - 6d79221567e9bf74b2ee526f483bca82ab48c139 authored about 6 years ago by Beetix <[email protected]>
Added DWM1001-DEV board

github.com/sandeepmistry/arduino-nRF5 - 9d2ec8dbd241f87ea534e5372d533f1f3632d488 authored about 6 years ago by Beetix <[email protected]>
Fix typo in package information for v0.6.0

github.com/sandeepmistry/arduino-nRF5 - d91c5c95fc3d9399de99b96ef959f984d7084c47 authored over 6 years ago by dlabun <[email protected]>
Update package informaiton for v0.6.0 Release

github.com/sandeepmistry/arduino-nRF5 - bb26f3b69fae9f6ee36510483c9a1e8500032d98 authored over 6 years ago by dlabun <[email protected]>
Merge pull request #300 from austinfennacy/master

Added GPIO pin mapping note to nRF52 DK

github.com/sandeepmistry/arduino-nRF5 - 17e06015646696378d0f6ae1032e571f25b6e594 authored over 6 years ago by dlabun <[email protected]>
Added GPIO pin mapping note to nRF52 DK

github.com/sandeepmistry/arduino-nRF5 - e847905edea1526fbb9c9e7d162fe6a8a7e4b599 authored over 6 years ago by Austin Fennacy <[email protected]>
Calliope mini (#259)

github.com/sandeepmistry/arduino-nRF5 - 2e09f1bb2a177e18e8f37665260cfaf7c1748e0a authored almost 7 years ago by jhmaloney <[email protected]>
Update package_nRF5_boards_index.json

Updated for Release 0.5.1

github.com/sandeepmistry/arduino-nRF5 - e67e4fc6dc915e6c3758df33d85357e320380bf0 authored almost 7 years ago by dlabun <[email protected]>
Merge pull request #247 from probonopd/patch-1

Fix BMP on non-Windows platforms

github.com/sandeepmistry/arduino-nRF5 - 8c40273d81e57e9d098dde92871655fb29798db0 authored almost 7 years ago by dlabun <[email protected]>
Merge pull request #249 from probonopd/patch-2

Enable cut and paste installation on Linux

github.com/sandeepmistry/arduino-nRF5 - 2de812eeca2c7a98763038c0a1cf3ebaa3222d09 authored almost 7 years ago by dlabun <[email protected]>
Document meaning of pin names to match silkscreen/schematics, closes #251

github.com/sandeepmistry/arduino-nRF5 - e4d75a50f65a771fc3d9436add29b73fa6aff700 authored almost 7 years ago by probonopd <[email protected]>
Add ".windows" lines with extra '\\.\'

As per https://github.com/sandeepmistry/arduino-nRF5/issues/245#issuecomment-367428563

github.com/sandeepmistry/arduino-nRF5 - b8a3b1a70a9d0dd0fd5eb377a95dc17a5a5d2903 authored almost 7 years ago by probonopd <[email protected]>
apt-get -y install

Make it possible to install noninteractively by copy&paste

github.com/sandeepmistry/arduino-nRF5 - 99402af61a93fed010b145c50fee80625977aef0 authored almost 7 years ago by probonopd <[email protected]>
Remove '\\.\', closes #245

github.com/sandeepmistry/arduino-nRF5 - 33ae4d5c5471c312098e27de0f4ba47636e2bcb5 authored almost 7 years ago by probonopd <[email protected]>
Update README.md

Fixed formatting from last update.

github.com/sandeepmistry/arduino-nRF5 - 12e77a11d864642e9413cc0b477f33fc284ef304 authored almost 7 years ago by dlabun <[email protected]>
Update README.md

Cleaned up listing for Nordic development kits

github.com/sandeepmistry/arduino-nRF5 - 2641b8538e75b74222c70703de419cd3311d5191 authored almost 7 years ago by dlabun <[email protected]>
Update package_nRF5_boards_index.json

Updated 0.5.0 Release

github.com/sandeepmistry/arduino-nRF5 - 4ce14dd0d05836f075c23e0bfcd8927ece68b6f3 authored almost 7 years ago by dlabun <[email protected]>
Add open collective stuff to README.md

github.com/sandeepmistry/arduino-nRF5 - 5a142fd07acdcaa36bb03bf09e4a6fd42b67e31d authored almost 7 years ago by Sandeep Mistry <[email protected]>
IDE 1.8.5 for Travis CI

github.com/sandeepmistry/arduino-nRF5 - 7df754344d4eddeb2871b3b1f1ff93051d0302e0 authored almost 7 years ago by Sandeep Mistry <[email protected]>
define Reset-Pin for nRF52 platforms. (see#91) (#229)

* define Reset-Pin for nRF52 platforms.

Signed-off-by: Hubschneider Joerg (INST-IOT/ESW-Wa) <...

github.com/sandeepmistry/arduino-nRF5 - b6f690ed641a07e20ebf00911f39cae2457d9872 authored almost 7 years ago by Joerg Hubschneider <[email protected]>
Fix I2C lock-up when endTransmission() is called with empty txBuffer

The problem (at least in the case of the I2C scanner that I had to deal with) was related to an ...

github.com/sandeepmistry/arduino-nRF5 - 91138312aaabd332b54cc46e2b89eb6f488270dc authored almost 7 years ago by Alex Tsamakos <[email protected]>
Merge pull request #224 from oyooyo/master

Add -D{board.variant} to build.extra_flags of PCA1000X softdevices

github.com/sandeepmistry/arduino-nRF5 - 41f2aadb55c30d69d258a8845bf96f790f24382a authored almost 7 years ago by dlabun <[email protected]>
Merge pull request #226 from oyooyo/PCA10001

Add PCA1000X variant PCA10001

github.com/sandeepmistry/arduino-nRF5 - ff2ca1243ffc7ea10d822ff868dd3f2e53045e71 authored almost 7 years ago by dlabun <[email protected]>
Added Travis CI entry

github.com/sandeepmistry/arduino-nRF5 - e4f60bf006cf9acf53e9f6b7df04cf2ff572dfdb authored almost 7 years ago by Joachim Schäfer <[email protected]>
Added Sino:bit board (#219)

* Added Sino:bit board, including HT1632,AdaFruit GFX and Dave Astels Sinobit Library

* Remov...

github.com/sandeepmistry/arduino-nRF5 - faec57759dae3fb2af612a447f1e6a3733474c6c authored almost 7 years ago by Tomas <[email protected]>
Custom I2C/SPI/UART pins for generic variants (#221)

* UART: Add setPins(...) for generic boards (nRF51 and nRF52).

* SPI: Add setPins(...) for ge...

github.com/sandeepmistry/arduino-nRF5 - d887d064eae2debc5f5b835f362e64d993c11563 authored almost 7 years ago by Cédric / Drix <[email protected]>
Added PCA1000X variant PCA10001

github.com/sandeepmistry/arduino-nRF5 - 95ee513c8be0dd0ada09461f75ac5d808f1516bc authored almost 7 years ago by Joachim Schäfer <[email protected]>
Added missing -D{board.variant} to extra_flags of PCA1000X softdevices

github.com/sandeepmistry/arduino-nRF5 - 1b80e71190b7817ef778264732a090ff94360816 authored almost 7 years ago by Joachim Schäfer <[email protected]>
set a reset pin if RESET_PIN is defined in variant.h (#212)

* set a reset pin if RESET_PIN is defined in variant.h

* move setting of reset pin to wiring....

github.com/sandeepmistry/arduino-nRF5 - 10fd652d16d7bffaae8263600d4b9646d1a7d6ba authored about 7 years ago by Tavish Naruka <[email protected]>
Black magic probe issue #183 (#196)

* In support of 'issue' #183 - Add Black Magic Probe (BMP) upload method
This is basically a me...

github.com/sandeepmistry/arduino-nRF5 - d91502dabae7392f2c02c731c20d77ba0491fd91 authored about 7 years ago by Mark Cooke <[email protected]>
Merge pull request #211 from ntavish/hackaBLE

add support for Electronut labs hackaBLE module

github.com/sandeepmistry/arduino-nRF5 - 32ebbe0b415e03aca0f3418e61b4dadfbab3ab62 authored about 7 years ago by dlabun <[email protected]>
add support for Electronut labs hackaBLE module

github.com/sandeepmistry/arduino-nRF5 - c10b4d4038b65b9971564cdaca09ac8c0d05a150 authored about 7 years ago by Tavish Naruka <[email protected]>
* Add softdevice variant 'none' to enable flashing of an empty bootloader/hex

github.com/sandeepmistry/arduino-nRF5 - 0e28d67fa7fd73cd58328d92504f0103c33ff753 authored over 7 years ago by micooke <[email protected]>
Merge pull request #188 from dsanders11/pwm-polarity

Use falling edge polarity for PWM to match standard Arduino

github.com/sandeepmistry/arduino-nRF5 - 101e4a4808bb35b79091088d6a9dd91bb834607d authored over 7 years ago by Sandeep Mistry <[email protected]>
Use falling edge polarity for PWM to match standard Arduino

github.com/sandeepmistry/arduino-nRF5 - b619597a33c1c20c9f52f0fb3f3011d37693cde3 authored over 7 years ago by David Sanders <[email protected]>
Recalculated MD5 for 0.4.0

github.com/sandeepmistry/arduino-nRF5 - d21e2d4c923201ace3d14976d26999ac833c96bd authored over 7 years ago by dlabun <[email protected]>
Updated JSON for 0.4.0 release and added new boards

github.com/sandeepmistry/arduino-nRF5 - c4cc351ed894362f2cab53fcf2cb60745ef2a618 authored over 7 years ago by dlabun <[email protected]>
Merge pull request #184 from dsanders11/master

Fix stopBit = false mode in nRF51 Wire library

github.com/sandeepmistry/arduino-nRF5 - 4f5f026ba1cd85c8706b9b168d78cbfa0ca28e6b authored over 7 years ago by Sandeep Mistry <[email protected]>
Add support for Electronut labs bluey board (#175)

github.com/sandeepmistry/arduino-nRF5 - 1ec43d4fcd57ee3d9dc361c98ebcb9224a1924cf authored over 7 years ago by Tavish Naruka <[email protected]>
Fix stopBit = false mode in nRF51 Wire library

github.com/sandeepmistry/arduino-nRF5 - bd8bba2e11fa825585f078d9dc37fd22bce1dd1d authored over 7 years ago by David Sanders <[email protected]>
Merge pull request #177 from rogerclarkmelbourne/master

Add support for second SPI HW device

github.com/sandeepmistry/arduino-nRF5 - 6091ba3786d2bf217bf3b0a7d61fa6534077146b authored over 7 years ago by Sandeep Mistry <[email protected]>
Add support for second SPI HW device

github.com/sandeepmistry/arduino-nRF5 - d5b9b1c057bc023ad472c28a6476ff941ba1851e authored over 7 years ago by Roger Clark <[email protected]>
Merge pull request #152 from carlosperate/adc_default

Set nRF51 default ADC to 1/3 prescaler and 1/3 reference voltage

github.com/sandeepmistry/arduino-nRF5 - 98444bebb94365e74a1f0840e6feb2dc32595ee2 authored over 7 years ago by Sandeep Mistry <[email protected]>
Set nRF51 default ADC to 1/3 prescaler and 1/3 ref

So that the ADC input range is configured from 0 to Vdd instead of the
current 0 to 3.6V.

github.com/sandeepmistry/arduino-nRF5 - c6a6d04376fd72e17745b0a1c00bf9e9171d15b0 authored over 7 years ago by carlosperate <[email protected]>
Readme update: lfclk implications, SoftDevice selection (#151)

* clarify effects of lfclk selection

As per Softdevice changelog "Synthesized low frequency c...

github.com/sandeepmistry/arduino-nRF5 - 6418b198de41bf00f40319ec7811368a4d9c6354 authored over 7 years ago by Suschman <[email protected]>
Merge pull request #137 from carlosperate/i2c_read

Fix nRF51 I2C read operation

github.com/sandeepmistry/arduino-nRF5 - ddb88c85f66d927cbcd48722f4f561fd488315b4 authored over 7 years ago by Sandeep Mistry <[email protected]>
Merge pull request #142 from carlosperate/adc

Fix ADC prescaler reg config, add prescaler options

github.com/sandeepmistry/arduino-nRF5 - 425e719af8d85b543def01e49a6ef4048525dc59 authored over 7 years ago by Sandeep Mistry <[email protected]>
Add NFR51 Smart Beacon Kit variant (#115)

* Add NFR51 Smart Beacon Kit to Boards

* Remove PCA20006 flag from Generic

* Fix Flags and...

github.com/sandeepmistry/arduino-nRF5 - bf534ec42fa091f81e020595faf51746b3332fb1 authored over 7 years ago by João Pedro Vilas Boas <[email protected]>
Update README.md

Correct license in read me

github.com/sandeepmistry/arduino-nRF5 - 921f1f7f67d56d5706e43498da33c3ae14143981 authored over 7 years ago by Sandeep Mistry <[email protected]>
Merge pull request #144 from per1234/readme-markup-typo

Fix minor markup error in README.md

github.com/sandeepmistry/arduino-nRF5 - 7346549df74dfd08777f5b93fd7f43fed0bebb10 authored over 7 years ago by Jacob Rosenthal <[email protected]>
Fix minor markup error in README.md

github.com/sandeepmistry/arduino-nRF5 - c4e60ac4203b843232d1e572941d3b4cd03adf03 authored over 7 years ago by per1234 <[email protected]>
Add TinyBLE variant (#112)

* first pass at tinyble variant

* TinyBLE: fix name

* TinyBLE: board fixes

* TinyBLE: f...

github.com/sandeepmistry/arduino-nRF5 - 01339a127c9e35571f8c5fa96705eaad57cd8fd3 authored over 7 years ago by Jacob Rosenthal <[email protected]>
consolidates to using .protocol instead of .interface and correct defines (#114)

* consolidating custom .interface keys to more standard .protocol keys

* platform.txt fix spe...

github.com/sandeepmistry/arduino-nRF5 - f124e5ebe05d52a230d2df54b0aff264e681b329 authored over 7 years ago by Jacob Rosenthal <[email protected]>
Merge pull request #138 from carlosperate/i2c_int

Remove unused interrupt from nRF51 Wire lib

github.com/sandeepmistry/arduino-nRF5 - 08f4e5552418db71a4ecbea48acc2044ffde407a authored over 7 years ago by Sandeep Mistry <[email protected]>
Merge pull request #132 from carlosperate/sda_scl

Add SDA and SCL pin constants to variant definitions.

github.com/sandeepmistry/arduino-nRF5 - b226a160589831b31a17844f9c2a1da70c1f063e authored over 7 years ago by Jacob Rosenthal <[email protected]>
Merge pull request #143 from jacobrosenthal/patch-1

Linux install instructions

github.com/sandeepmistry/arduino-nRF5 - 570d689a22b4826deb8a7924620ac2482882c276 authored over 7 years ago by Sandeep Mistry <[email protected]>
Merge pull request #131 from d00616/fix_rtc

Fix RTC1 EVTENSET/INTENSET and RTC1_IRQHandler

github.com/sandeepmistry/arduino-nRF5 - 784fff917270a7d735a79e650074d45e1c3d9789 authored over 7 years ago by Sandeep Mistry <[email protected]>
move to linux section

github.com/sandeepmistry/arduino-nRF5 - a0f8a195727d494e230b3f256338744c51c61926 authored over 7 years ago by Jacob Rosenthal <[email protected]>
Merge pull request #128 from carlosperate/microbit_upload

Set CMSIS-DAP as the default uploader for the micro:bit

github.com/sandeepmistry/arduino-nRF5 - 42c32314a4b2947e37d902971c24210a768e5e98 authored over 7 years ago by Sandeep Mistry <[email protected]>
Fix ADC prescaler reg config, add prescaler options

github.com/sandeepmistry/arduino-nRF5 - 023b94f9e181f6982662d5dabcb41997aae3a271 authored over 7 years ago by carlosperate <[email protected]>