Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Changes In Branch pi4-gpio-clean Excluding Merge-Ins
This is equivalent to a diff from bd10d4dde2 to 41daa2863b
2021-11-16
| ||
02:34 | Merged udevadm fix in Closed-Leaf check-in: 41daa2863b user: tangent tags: pi4-gpio-clean | |
02:34 | Calling udevadm from the "make install-system" target via a relative path since the upstream OSes keep moving it about. It's been found in /sbin, /bin and /usr/bin! check-in: 870c65f831 user: tangent tags: trunk | |
2021-07-12
| ||
12:35 | Merged trunk changes in check-in: a9eb4a4733 user: tangent tags: pi4-gpio-clean | |
2019-08-17
| ||
23:15 | Merged the use of libbcm_host from trunk with Oscar's new GPIO pull up/down setup code to get the best of both worlds. This requires a version of libbcm_host that was only just released: https://github.com/raspberrypi/firmware/issues/1161 check-in: 1eee471981 user: tangent tags: pi4-gpio-clean | |
2019-08-15
| ||
00:22 | Added support for Pi 4 GPIO, based on code the Raspberry Pi Foundation published: https://github.com/RPi-Distro/raspi-gpio/commit/80fa7d04eafb3ea34fc6f2d32de5f1873b5fb369 This check-in is based on a version of gpio-common.c.in posted to the PiDP-8 Google Group by Oscar Vermeulen, which is why we're giving him credit for this check-in, even though I (tangent) have done quite a lot of changes to that code, mainly to match the existing code style. This is a branch because it conflicts with the current tip-of-trunk and because it's not yet tested on a Pi 4. It is unknown whether this branch will end up overriding the method we're using on trunk for Pi 0-3 or if we will instead wait for the Foundation to publish a new libbcm_host that obviates some of what this check-in does. Closed-Leaf check-in: bd10d4dde2 user: vermeulen.oscar tags: pi4-gpio-hack | |
2019-08-14
| ||
23:43 | Create new branch named "pi4-gpio-hack" check-in: 9a444fb597 user: tangent tags: pi4-gpio-hack | |
Deleted .agignore.
| - - |
|
Added .fossil-settings/clean-glob.
|
Changes to .fossil-settings/crlf-glob.
1 2 3 4 5 6 7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | + + + + + + + + - - + + + | examples/*.fc hardware/pidp8i/*.cmp hardware/pidp8i/*.dsn hardware/pidp8i/*.kicad_pcb hardware/pidp8i/*.lib hardware/pidp8i/*.mod hardware/pidp8i/*.pro hardware/pidp8i/*.sch src/*.[ch] src/*.in src/cc8/*/*.[ch] src/cc8/include/* |
Changes to .fossil-settings/ignore-glob.
|
Added .github/workflows/ci.yml.
|
Changes to .ignore.
| 1 2 | - + + |
|
Changes to AUTHORS.md.
︙ | |||
75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 | 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | + + + + + | and primary developer of the system that builds the OS/8 media images from source tapes. He first greatly extended the `mkos8` script then replaced it entirely as `os8-run`. He curated the tape collections we ship as `media/.../*.tu56`, created some of those tapes, and more. He has also contributed to other areas of the software project. His contributions are made to the project [as `poetnerd`][pncomm]. * **[Bill Silver](mailto:bsilver@tidewater.net)** created E8, an Emacs-like editor for the PDP-8. See [its `AUTHORS.md` file][e8au] for more info. * **[Warren Young](mailto:tangentsoft@gmail.com)** Did everything listed in [the change log][cl] that is not attributed to anyone else. His contributions are made to the project [as `tangent`][wycomm], though keep in mind that some of those are commits of external contributions made by people who do not have commit rights on our software repository. The changelog provides proper attribution for these where the checkin comments do not. [advent]: http://www.rickmurphy.net/advent/ [cl]: https://tangentsoft.com/pidp8i/doc/trunk/ChangeLog.md [e8au]: ./src/e8/AUTHORS.md [pncomm]: https://tangentsoft.com/pidp8i/timeline?u=poetnerd [thcomm]: https://tangentsoft.com/pidp8i/timeline?u=tony [vtedit]: https://tangentsoft.com/pidp8i/wiki?name=Using+VTEDIT [wycomm]: https://tangentsoft.com/pidp8i/timeline?u=tangent |
Added CONTRIBUTING.md.