joan2937
3d7e46de4f
Merge branch 'master' of https://github.com/flaviut/pigpio
2020-01-02 14:15:35 +00:00
joan2937
93b1f6d544
Merge pull request #313 from guymcswain/master
...
Repository maintainer and collaborator
2020-01-02 08:30:15 +00:00
Guy McSwain
8f279023a4
Create CONTRIBUTING.md ( #1 )
...
* Create CONTRIBUTING.md
* Update CONTRIBUTING.md
2020-01-01 20:49:16 -06:00
Guy McSwain
fb0ffc20e7
Create SUPPORT.md ( #2 )
2020-01-01 20:48:41 -06:00
Flaviu Tamas
1788961a9b
Fix broken close handling
2019-12-21 11:07:05 -05:00
joan2937
b634058746
V72
2019-11-30 18:17:04 +00:00
joan2937
9b9ca9455d
V71+: rewrite chooseBestClock to fix errors
2019-11-29 23:20:19 +00:00
joan2937
6b770ad810
V71+: #268 obey host name setting with env vars
2019-11-27 21:25:35 +00:00
joan2937
adf7caeff5
V71+: tidy up documentation overviews
2019-11-27 18:44:25 +00:00
joan2937
5966a50e45
V71+: change the way DMA is reset to cater for edge case
2019-09-29 10:13:04 +01:00
Gert-Jan Rozing
ee7a6be227
Moved option like option to actual option
2019-08-26 12:08:08 +02:00
Gert-Jan Rozing
a8498a0295
Forgot the command option
2019-08-26 12:03:31 +02:00
Gert-Jan Rozing
964bdb1e79
Fixed path issue
2019-08-26 12:02:02 +02:00
Gert-Jan Rozing
492d83d0d3
optimized python setup
2019-08-26 12:00:09 +02:00
Gert-Jan Rozing
b5f0e61ccf
Python setup needs to be called from root
2019-08-26 11:52:04 +02:00
Gert-Jan Rozing
61cf704187
Try to make things work
2019-08-26 11:45:08 +02:00
Gert-Jan Rozing
b59425c9b8
Reenabled python isntall
2019-08-26 11:43:07 +02:00
Gert-Jan Rozing
062e981608
fixed usage of wrongly spelled target
2019-08-26 11:36:56 +02:00
Gert-Jan Rozing
2e1d22fca3
optimized cmake configuration
2019-08-26 11:31:15 +02:00
joan2937
ad89f458c8
V71+: #286 arm64 socket i/f response
2019-08-16 16:58:45 +01:00
joan2937
cc5dba43a5
Merge branch 'pbanasik-master'
2019-08-16 16:36:49 +01:00
PB
d1f3bc81d9
Fix network communication on arm64 - continued
...
The 55d8b880fc
commit on the original pigpio repo fixed parsing data received from a socket on 64bit systems.
This one fixes also the response that is being sent back to the socket - 64bit array is translated back to a 32bit array that is passed to the send function.
2019-08-16 10:26:05 +02:00
joan2937
b6fe587451
V71
2019-08-15 17:06:53 +01:00
joan2937
331b5a1451
V70+: #282 close notification sockets when pigpiod "-m" option is used.
2019-08-15 16:26:18 +01:00
joan2937
21859bf092
V70+: Merge branch 'CreaValix-master'
2019-08-09 21:21:27 +01:00
Alexander Simon
55d8b880fc
Fix network communication on arm64
...
Base messages consist of four uint32 integers.
Wrongly, integers are declared as a four-element uintptr_t array.
The 16 bytes are written directly by recv().
This works great for arm32, but on arm64 uintptr_t is 64 bit (8 bytes).
This patch reads four 32-bit integers and writes them into the uintptr_t
array.
2019-08-07 13:39:18 +02:00
Alexander Simon
5847d5c099
Add support for RPi4 Model B running arm64 Linux
2019-08-07 13:36:37 +02:00
joan2937
b71e8535eb
Merge pull request #281 from foreignmeloman/master
...
V70+: Add option to build the libraries statically
2019-08-01 11:39:59 +01:00
foreignmeloman
710a9462a3
Added option to build the libraries statically
2019-07-21 14:09:48 +04:00
joan2937
826ab960ed
Merge branch 'master' of https://github.com/joan2937/pigpio
2019-07-14 21:30:08 +01:00
joan2937
8081a97ba2
V70
2019-07-14 21:25:18 +01:00
joan2937
f660834a7a
V69+: BCM2711 PLLD 500->750 MHz Crystal 19.2->54M
2019-07-14 20:47:20 +01:00
joan2937
b407ab741d
V69+: #258 reject and document illegal script commands
2019-07-11 10:09:35 +01:00
joan2937
5b416b699b
V69+: #280 SPI/BSC SLAVE peripheral not available on BCM2711
2019-07-07 12:52:44 +01:00
joan2937
e41362f243
V69+: Change DBG_ALWAYS to DBG_USER for expected socket events
2019-07-07 09:58:43 +01:00
joan2937
a4801d7bd7
Update README.md
2019-07-03 11:55:57 +01:00
joan2937
e7c8ff0341
Update README.md
2019-07-02 21:41:03 +01:00
joan2937
16074f3d83
V69
2019-07-02 18:41:28 +01:00
joan2937
7ef99aee42
V68+: #261 close gpio ISR fd when ISR cancelled.
2019-07-02 18:38:19 +01:00
joan2937
3ea6fd94fd
V68+: Changes for Pi4B (base address, default DMA channels, PUD)
2019-07-02 18:04:12 +01:00
Peter Michael Green
4985f93f67
Fix some screwups in 64-bit patch where PRIX64 was used where PRIXPTR should have been used.
2019-01-17 00:38:43 +00:00
Peter Michael Green
437259e963
Use -pthread when linking shared libraries.
2019-01-10 14:17:59 +00:00
Peter Michael Green
9a39627452
Avoid installing shared libraries to man-page directories.
2019-01-10 13:52:47 +00:00
Peter Michael Green
2e229d667f
Add support for raspberry pi detection on arm64.
2018-12-08 20:41:42 +00:00
Peter Michael Green
a5773d055e
Fix compiler warnings on arm64.
2018-12-08 17:04:22 +00:00
Peter Michael Green
a0c405ca6f
Add code to detect if the system is in fact a raspberry pi.
2018-12-08 12:18:12 +00:00
joan2937
34b33c3bf3
V68+: Merge branch 'plugwash-master'
2018-11-09 08:49:53 +00:00
Peter Michael Green
2988acaaa6
Make "make uninstall" uninstall all man pages.
2018-11-09 00:32:38 +00:00
Peter Michael Green
4277ff6d19
Make DESTDIR option to make install and make uninstall actually work.
2018-11-09 00:30:58 +00:00
Peter Michael Green
6a0ba4bd9e
Add soversion to shared libraries.
2018-11-09 00:02:56 +00:00