- 07 Jan, 2016 2 commits
- 24 Dec, 2015 1 commit
-
-
TMRh20 authored
RPI2 autodetection
-
- 23 Dec, 2015 2 commits
-
-
Jevgeni Kiski authored
-
Jevgeni Kiski authored
-
- 19 Dec, 2015 6 commits
-
-
TMRh20 authored
- Fix blank response detect & remove wait
-
TMRh20 authored
- Create interrupts folder for RPi examples - Add new examples - Update Makefile
-
TMRh20 authored
- SPI transfern function calls transfernb function so a deadlock was occurring when a lock was attempted prior to the call - Thread should be unlocked before returning if bcm2835_init() fails
-
TMRh20 authored
- Create separate mutex for SPI vs User data handling Problems: A: Memory/Data conflicts became apparent after time without thread-safe queues B: Without implementing locking at the SPI level, even simple code examples (rx_transfer.cpp) would hang if a write was done out of sync with reads Solutions: A: Keep initial locking mechanism for users B: Implement separate automatic mutex and locking mechanism for SPI #172 #173
-
TMRh20 authored
per #172 #173 - Add mutex locking to SPI for RPi interrupt usage - Leave rfInterrupts() rfNoInterrupts() functions for testing purposes
-
TMRh20 authored
Using interrupts on RPi
-
- 17 Dec, 2015 3 commits
-
-
Oitzu authored
-
Oitzu authored
-
TMRh20 authored
Updated bcm library via http://www.airspayce.com/mikem/bcm2835/ http://www.airspayce.com/mikem/bcm2835/bcm2835-1.48.tar.gz
-
- 14 Dec, 2015 1 commit
-
-
Avamander authored
-
- 13 Dec, 2015 2 commits
- 11 Dec, 2015 1 commit
-
-
Oitzu authored
-
- 26 Nov, 2015 1 commit
-
-
TMRh20 authored
- #include <unistd.h>
-
- 25 Nov, 2015 3 commits
- 13 Nov, 2015 1 commit
-
-
TMRh20 authored
Python3 support added by the fuzzy one.
-
- 31 Oct, 2015 6 commits
-
-
zador-blood-stained authored
-
TMRh20 authored
- For some reason, calling printf before cout results in a hang when using SPIDEV with RPi - Add fix for spidev per @mtiutiu #146 & #138
-
TMRh20 authored
ATtiny2313/4313 support, ATtiny 3 pin mode fix
-
TMRh20 authored
Update gettingstarted_call_response.cpp
-
TMRh20 authored
Update gettingstarted.cpp
-
TMRh20 authored
- Route printf through serial via Serial.printf - Remove device specific defines & replace with PRIPSTR define for string ( use of %s vs %S ) - Per @maribeiro #125 - Updated Doxyfile
-
- 29 Oct, 2015 2 commits
-
-
Carlos Guzman authored
Add unistd.h for use sleep() in RBpi with kernel 4.1
-
Carlos Guzman authored
Required include unistd.h header for use sleep() in RBpi
-
- 24 Oct, 2015 2 commits
-
-
zador-blood-stained authored
-
zador-blood-stained authored
-
- 23 Oct, 2015 1 commit
-
-
root authored
Signed-off-by: root <mzfuzzy800@gmail.com>
-
- 20 Oct, 2015 2 commits
- 19 Oct, 2015 2 commits
- 01 Oct, 2015 2 commits