- 13 Feb, 2018 2 commits
- 12 Feb, 2018 1 commit
-
-
Sandeep Mistry authored
-
- 29 Jan, 2018 2 commits
-
-
Sandeep Mistry authored
-
Joerg Hubschneider authored
* define Reset-Pin for nRF52 platforms. Signed-off-by: Hubschneider Joerg (INST-IOT/ESW-Wa) <joerg.hubschneider@bosch-si.com>
-
- 19 Jan, 2018 1 commit
-
-
Alex Tsamakos authored
The problem (at least in the case of the I2C scanner that I had to deal with) was related to an empty tx buffer, so the LASTTX event never occurres, resulting into an endless loop.
-
- 16 Jan, 2018 2 commits
- 15 Jan, 2018 1 commit
-
-
Joachim Schäfer authored
-
- 14 Jan, 2018 4 commits
-
-
Tomas authored
* Added Sino:bit board, including HT1632,AdaFruit GFX and Dave Astels Sinobit Library * Removed 3rd party libraries and modification of JSON * Removed and ignored .vscode folder * Removed unecessary comments in variant.cpp, Corrected include guard name in variant.h * Add some new lines * Remove stray define
-
Cédric / Drix authored
* UART: Add setPins(...) for generic boards (nRF51 and nRF52). * SPI: Add setPins(...) for generic boards (nRF51 and nRF52). * Wire (I2C/TWI): Add setPins(...) for generic boards (nRF51 and nRF52).
-
Joachim Schäfer authored
-
Joachim Schäfer authored
-
- 18 Dec, 2017 1 commit
-
-
Tavish Naruka authored
* set a reset pin if RESET_PIN is defined in variant.h * move setting of reset pin to wiring.c * remove leftover code
-
- 21 Nov, 2017 1 commit
-
-
Mark Cooke authored
* In support of 'issue' #183 - Add Black Magic Probe (BMP) upload method This is basically a merge of work done by @rogerclarkmelbourne in arduino-nRF5-customised, with the addition of bootloader uploading as per @sandeepmistry openocd reference in platform.txt Note: This incorporates changes based off feedback from @sandeepmistry, @dmikhalsky, @dlabun * README.md - BMP driver installation details * platform.txt - BMP tool setup * programmers.txt - Add BMP as a programmer option * In support of 'issue' #183 - Add Black Magic Probe (BMP) upload method This is basically a merge of work done by @rogerclarkmelbourne in arduino-nRF5-customised, with the addition of bootloader uploading as per @sandeepmistry openocd reference in platform.txt Note: This incorporates changes based off feedback from @sandeepmistry, @dmikhalsky, @dlabun * README.md - BMP driver installation details * platform.txt - BMP tool setup * programmers.txt - Add BMP as a programmer option * Update programmers.txt Remove accidental references to sandeepmistry:openocd for openocd methods * Update programmers.txt * * rename bmp programmer to the more descriptive blackmagicprobe * * remove accidental addition of bootloader.tool to openocd methods
-
- 20 Nov, 2017 2 commits
-
-
dlabun authored
add support for Electronut labs hackaBLE module
-
Tavish Naruka authored
-
- 11 Sep, 2017 2 commits
-
-
micooke authored
-
Sandeep Mistry authored
Use falling edge polarity for PWM to match standard Arduino
-
- 23 Aug, 2017 1 commit
-
-
David Sanders authored
-
- 20 Aug, 2017 3 commits
- 18 Aug, 2017 1 commit
-
-
Sandeep Mistry authored
Fix stopBit = false mode in nRF51 Wire library
-
- 12 Aug, 2017 1 commit
-
-
Tavish Naruka authored
-
- 11 Aug, 2017 2 commits
-
-
David Sanders authored
-
Sandeep Mistry authored
Add support for second SPI HW device
-
- 15 Jul, 2017 1 commit
-
-
Roger Clark authored
-
- 07 May, 2017 1 commit
-
-
Sandeep Mistry authored
Set nRF51 default ADC to 1/3 prescaler and 1/3 reference voltage
-
- 24 Apr, 2017 1 commit
-
-
carlosperate authored
So that the ADC input range is configured from 0 to Vdd instead of the current 0 to 3.6V.
-
- 23 Apr, 2017 3 commits
-
-
Suschman authored
* clarify effects of lfclk selection As per Softdevice changelog "Synthesized low frequency clock source is not tested or intended for use with BLE stack." Also https://devzone.nordicsemi.com/question/953/what-low-frequency-clock-sources-can-i-use/?answer=955#post-id-955 Maybe option should better be removed? * implications of soft device selection * add S132, adhere SoC to naming, add versions according to SoftDevice releasenotes * incorporate suggestions
-
Sandeep Mistry authored
Fix nRF51 I2C read operation
-
Sandeep Mistry authored
Fix ADC prescaler reg config, add prescaler options
-
- 17 Apr, 2017 1 commit
-
-
João Pedro Vilas Boas authored
* Add NFR51 Smart Beacon Kit to Boards * Remove PCA20006 flag from Generic * Fix Flags and Board Variant * Fiz typos on Boards.txt * Fix Wire (I2C) Lib * Revert "Fiz typos on Boards.txt" This reverts commit 7320c2a9df428828938d1e037ecba57251ca597f. * Revert "Fix Wire (I2C) Lib" This reverts commit 911d76d20af987cc2679fbacab47f7100d220ae9. * Update Boards, Remove I2C changes made at this branch * Change Variant Pin Mapping and Menu Placement
-
- 16 Apr, 2017 1 commit
-
-
Sandeep Mistry authored
Correct license in read me
-
- 10 Apr, 2017 5 commits
-
-
Jacob Rosenthal authored
Fix minor markup error in README.md
-
per1234 authored
-
Jacob Rosenthal authored
* first pass at tinyble variant * TinyBLE: fix name * TinyBLE: board fixes * TinyBLE: fix crystal * TinyBLE: board fixes * TinyBLE: fix pins * TinyBLE: add to tests * TinyBLE: fix default programmer * TinyBLE: fix default programmer * fix NUM_DIGITAL_PINS based on current understand of rules * Add SDA and SCL pin constants to variant definitions
-
Jacob Rosenthal authored
* consolidating custom .interface keys to more standard .protocol keys * platform.txt fix spelling * fix microbit target
-
Sandeep Mistry authored
Remove unused interrupt from nRF51 Wire lib
-