- 10 Nov, 2020 2 commits
-
-
John Maloney authored
Adjust loop count to microsecond computations
-
John Maloney authored
Update pin map comments in variant.cpp Swap microphone (P0.03) with unused pin (P0.23) in the pin map to make it easier to prevent digital pin access to the microphone pin. (The microphone pin should never be used as a digital output since that could damage the microphone amplifier). P0.03 is now g_ADigitalPinMap[28]. Since PIN_A0 now points to that entry, and the microphone is only accessed by reading analog pin A0. This change should be transparent to any existing code.
-
- 13 Aug, 2020 1 commit
-
-
orrmany authored
-
- 14 Apr, 2019 2 commits
-
-
dlabun authored
Fix #355 - Wrong SPI pins defined
-
Henry Gabryjelski authored
Fix #355
-
- 07 Feb, 2019 1 commit
-
-
EndlessDelirium authored
Added missing endif that was accidentially removed in commit https://github.com/sandeepmistry/arduino-nRF5/commit/0524008cca0432dba9da0dac5e665bb50ae7cd25#diff-ddd77aecb16ad4a70bea9989e9fd8022 (#339)
-
- 30 Jan, 2019 1 commit
-
-
Nishanth Samala authored
-
- 22 Jan, 2019 1 commit
-
-
dlabun authored
fix for "undefined reference to `vtable for HardwareSerial'"
-
- 21 Jan, 2019 1 commit
-
-
Manuel Koetter authored
-
- 18 Jan, 2019 2 commits
- 15 Dec, 2018 1 commit
-
-
Wojciech Dubowik authored
[[http://wiki.seeedstudio.com/Arch_Link/]] Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@gmail.com>
-
- 18 Nov, 2018 1 commit
-
-
dlabun authored
Added decaWave DWM1001-DEV board
-
- 07 Nov, 2018 1 commit
-
-
Beetix authored
- GPIO0 and GPIO1 on the DWM1001 are attached to the DW1000 not the nRF52 - Removed 2 digital pins - Shifted all the numbering
-
- 20 Oct, 2018 1 commit
-
-
dlabun authored
-
- 19 Oct, 2018 4 commits
- 12 Oct, 2018 1 commit
-
-
Beetix authored
-
- 03 Sep, 2018 2 commits
- 10 Aug, 2018 2 commits
-
-
dlabun authored
Added GPIO pin mapping note to nRF52 DK
-
Austin Fennacy authored
-
- 18 Mar, 2018 1 commit
-
-
jhmaloney authored
-
- 27 Feb, 2018 1 commit
-
-
dlabun authored
Updated for Release 0.5.1
-
- 24 Feb, 2018 2 commits
- 22 Feb, 2018 1 commit
-
-
probonopd authored
-
- 21 Feb, 2018 1 commit
- 18 Feb, 2018 1 commit
-
-
probonopd authored
Make it possible to install noninteractively by copy&paste
-
- 17 Feb, 2018 1 commit
-
-
probonopd authored
-
- 13 Feb, 2018 3 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 1 commit
-
-
dlabun authored
Add -D{board.variant} to build.extra_flags of PCA1000X softdevices
-