Commit Graph

145 Commits

Author SHA1 Message Date
joan2937 e41362f243 V69+: Change DBG_ALWAYS to DBG_USER for expected socket events 2019-07-07 09:58:43 +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 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
joan bb352d2000 V68 2018-10-21 09:34:40 +01:00
joan f0beff07ea Merge branch 'keepalive' of https://github.com/guymcswain/pigpio into guymcswain-keepalive 2018-10-21 09:28:53 +01:00
Guy McSwain 7708dcb364 enable SO_KEEPALIVE and SO_REUSEADDR on sockets 2018-09-17 15:33:22 -05:00
Guy McSwain 1101ce4d5e Update reportedLevels prior to monitoring bits 2018-09-17 13:32:43 -05:00
joan 424ce5af6a V67: #160 buffer size to 512, improved active test 2018-03-13 13:38:58 +00:00
joan e02f824fe8 V67: #201 allow space for watchdog/event reports 2018-03-01 20:49:48 +00:00
joan e9ffe3d925 V66: #168 check commands against PI_CMD_SCRIPT 2018-02-13 22:04:21 +00:00
joan cf29b45ded V66: #133 fixed by simplifying timer loop 2018-02-13 21:39:02 +00:00
joan 5981d495cc V66: #178 update script parameters command PROCU 2018-02-13 09:14:28 +00:00
joan a41d63493b Issues #131 and #141 2018-02-06 16:01:45 +00:00
joan d5f32d3301 Docs plus reverse PR #164 flag meaning 2018-02-04 18:59:37 +00:00
joan 6e6b22d885 Merge branch 'master' of https://github.com/dbbnrl/pigpio into dbbnrl-master 2018-02-04 10:09:07 +00:00
joan 73ade1954b Include for issue #188 and ignore various errors 2018-02-04 10:00:46 +00:00
joan 50caa7b182 maintain backward compatibility with EMBEDDED_IN_VM 2018-02-04 09:47:41 +00:00
joan 748d9cebf8 Merge branch 'lib-signals' of https://github.com/MaitreDede/pigpio into MaitreDede-lib-signals 2018-02-04 09:29:58 +00:00
joan 847c081846 Changes by tateu 2018-02-04 09:10:22 +00:00
Dan Brown 3edc87fea5 Allow 3-op script cmds to use regs as 3rd operand. 2017-12-01 22:32:44 -05:00
Damien 3141c30a86 Replace conditionnal compilation symbol with internal configuration bit 2017-09-28 13:45:57 +11:00
TheRaspyDev 2c9a00a2f9 Fixing ifFlags check for additional flag 2017-05-19 10:24:19 +02:00
TheRaspyDev 32727085fc Resolve merge conflict 2017-05-19 10:14:06 +02:00
joan 1aa4cca8a6 V64 2017-05-14 18:13:41 +01:00
joan f032029bf9 V63 2017-05-13 14:22:02 +01:00
joan c4c8ce50c6 V62 2017-04-24 21:05:43 +01:00
joan 114653357b V61 2017-02-19 11:28:15 +00:00
Floris Bos 7eec4b6c88 Add basic IPv6 support
Add IPv6 support to daemon and python library.
IPv6 was already supported by the C client library.

Currently there is no support for whitelisting IPv6 client
addresses implemented, so for now it reverts to listening
to IPv4 only when the -n <ip> option is specified.

Signed-off-by: Floris Bos <bos@je-eigen-domein.nl>
2017-02-17 15:36:48 +01:00
joan 144bd4a9e7 V60 2017-01-10 20:26:50 +00:00
joan a939b8b0e6 V59 2016-12-22 18:07:09 +00:00
joan 2bd75cd1c4 V58 2016-11-03 16:36:56 +00:00
joan c31a2fa6b2 V57 2016-10-30 15:30:20 +00:00
joan abe5f12942 V56 2016-09-22 14:12:26 +01:00
BjoernSch 09f56eb728 Fixed byte order in bbSPIXfer
Got default endianess wrong and additionally the byte order has to be
changed according to bit order on the SPI-Line
2016-08-10 20:50:00 +02:00
BjoernSch bcc77be5fb Fixed delay for I2C and SPI
Fixed delay for I2C - gone wrong in c91dbb5
Fixed delay for SPI, limited Software-SPI Speed to 250kbps, more is
possible but jitter makes the pulses too short without additional delay.
2016-08-06 12:53:23 +02:00
BjoernSch c91dbb5220 Added Software SPI
Added Software SPI:
bbSPIopen
bbSPIclose
bbSPIxfer
Some documentation is not finished yet.
2016-08-06 12:18:17 +02:00
joan f9e24d568b V55 2016-07-10 21:29:14 +01:00
joan 862f445669 V54 2016-06-03 16:13:58 +01:00
joan 3b56709a0e V53 2016-05-31 18:44:12 +01:00
joan 09adafce0c V52 2016-05-01 11:28:56 +01:00
joan 51cd543d97 V51 2016-04-25 09:58:51 +01:00
joan 399eb5a3a1 V50 2016-03-17 18:01:59 +00:00
joan 3f426e699d V49 2016-03-16 20:08:09 +00:00
joan be8beba544 V48 2016-03-08 14:28:15 +00:00
joan 46eb4d6056 V47 2016-03-01 21:41:36 +00:00
joan 89fca37587 V46 2016-02-18 21:51:10 +00:00
joan f99f64f781 V45 2016-02-13 14:42:41 +00:00
joan ab3725839f V44 2016-02-06 18:46:07 +00:00
Mathias Lüdtke ae0d4d97c4 Introduced DISABLE_SER_CHECK_INITED
Might be defined to turn off initialization checks for serial-only tests
2016-01-08 11:34:15 +01:00
joan 251ed80f5e V43 2015-12-31 17:01:34 +00:00
BjoernSch 2d81581f09 Add option to only bind to localhost
Add option to only bind to localhost
2015-12-22 17:36:17 +01:00
joan 3ba2d7dc8d V42 2015-11-30 14:08:19 +00:00
joan 88c63e3e9f V41 2015-11-22 10:49:55 +00:00
joan 92bd13d857 V40 2015-11-10 14:57:12 +00:00
joan b140e1aa74 V39 2015-10-28 11:06:53 +00:00
joan f5912f84b4 V38 2015-10-02 08:23:02 +01:00
joan c1a2a9000a V37 2015-08-30 09:40:42 +01:00
Eric Sorton 5cf0d63695 Option to invert bit bang serial. 2015-08-29 09:23:55 -04:00
joan 1622877088 V36 2015-08-07 13:20:51 +01:00
joan 33a222f80b V35 2015-07-24 21:17:29 +01:00
joan 927f3544f1 V34 2015-06-18 11:46:46 +01:00
joan 573f447c78 V33-a 2015-06-01 18:32:03 +01:00
joan b68a696597 V33 2015-05-17 12:36:40 +01:00
joan b9c55009e0 V32-a 2015-04-23 08:58:59 +01:00
Ksenia Balistreri 9e72562f27 add EMBEDDED_IN_VM compilation flag to remove debugging and signal handling 2015-04-08 19:20:07 +02:00
joan 68553c1ed6 V31 2015-03-02 22:38:55 +00:00
joan adb8c8dbf6 V30 2015-02-25 20:34:52 +00:00
joan 9aeb30d0dc V29 2015-02-14 21:34:20 +00:00
joan b14e0a0572 V28 2015-02-11 23:01:56 +00:00
joan 9160f42474 V27 2015-02-02 22:57:09 +00:00
joan 624ecb6fb0 V26 2015-02-02 21:11:28 +00:00
joan 84b06fca73 V25 2014-12-24 22:12:21 +00:00
joan 1d3d07daff V24 2014-12-17 22:31:17 +00:00
joan 408d0f1314 V23 2014-11-20 15:36:16 +00:00
joan 67ff6379b4 V22 2014-09-09 22:58:39 +01:00
joan 167f0fc8c1 V21 2014-09-03 19:52:48 +01:00
joan dcacaec554 V20 2014-08-17 19:53:43 +01:00
joan fc6537d30c V19 2014-08-15 15:40:46 +01:00
joan 0407f9e459 V18 2014-08-12 18:47:26 +01:00
joan 517b42acff V17 2014-08-01 09:30:25 +01:00
joan a99255ed9a V16 2014-06-12 18:31:00 +01:00
joan 590274dc7f V15 2014-04-19 13:00:51 +01:00
joan 306b9ad30b V14 2014-04-19 12:19:29 +01:00
joan 78bbfe4668 V13 2014-03-13 15:50:23 +00:00
joan 8794220811 V12 2014-01-28 23:07:05 +00:00
joan 23e3b179ab V11 2014-01-21 19:04:59 +00:00
joan 7f0cf5a014 V10 2014-01-12 21:31:59 +00:00
joan a58a98d17b V9 2013-12-27 21:26:59 +00:00
joan e56a520873 V8 2013-12-12 10:35:55 +00:00
joan 3e7e75ea29 V7 2013-12-12 10:32:49 +00:00
joan 56b5f62885 V6 2013-12-12 10:27:22 +00:00