0
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 26, 2024 — Dec 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
qtvcp -qt vismach primitives: cover component name of None More... 18 days ago
Merge pull request #3211 from BsAtHome/fix-ci-after-hm2_spix More... 19 days ago
Fix CI build for bullseye, which fails on missing 'environ' declaration. More... 19 days ago
Add ignore of generated man-page of hm2_spix.9. More... 19 days ago
qtvcp -docs: update to qt_vismach for HALColorFlip HALColorRGB More... 20 days ago
qtvcp -qt_vismach: add HALColorRGB and HALColorFlip More... 20 days ago
qtvcp -camview widget: add test panel controls More... 20 days ago
Merge branch '2.9' More... 20 days ago
qtvcp -cam align panel: fix setting x and y scaling More... 20 days ago
Merge pull request #3209 from BsAtHome/hm2_spix More... 20 days ago
Use same clock divider calculation round-up as the kernel's spidev driver. Compensate truncated input values by adding one kHz to the rate settings. More... 20 days ago
halmodule -fix check for invalid pin creation More... 20 days ago
Add a comment on the clock divider calculation. The user should check the result. More... 21 days ago
Rename board defines. These are specific to Raspberry Pi. Other manufacturers will have other names, but may share the last portion. More... 21 days ago
Fix the stall in SPI1 on RPi3/4. Keep track of the fifo depth manually. Don't fuss, sizeof(uint32_t) = 2 * sizeof(uint16_t) and will never change. More... 21 days ago
Fix idrom read comment. Copy errno because following code can alter it. Reading a 0-byte length file is not a real error. It will lead to a fail later. More... 22 days ago
Add a man-page to the hm2_spix driver. More... 22 days ago
Merge branch 'LinuxCNC:master' into hm2_spix More... 22 days ago
Make sure a device node path override is used in messages. Update comments. More... 22 days ago
Use consistent double inclusion defines. More... 22 days ago
Need rtapi_app.h include. More... 22 days ago
Name driver structures better. Add more generic forwarding of module arguments when opening a port. Recalculate min/max frequencies for RPi3/4. Allow spidev device node path overrides. More... 22 days ago
Return an error for non-existent ports to probe and empty spi_probe. More... 23 days ago
Fix the SPI1 clock divider calculation. Use variable bit-length mode in SPI1 transfers. Fix swapping words back to host-order after transfer. More... 23 days ago
Don't overwrite the loop variable. More... 23 days ago
Remove unused includes and defines. Add spi_pull_* arguments for compatibility and warn if they are used. Use rtapi_open_as_root instead of plain open. More... 23 days ago
Fix more Hz/kHz confusion. More... 25 days ago
Fix Hz/kHz confusion. Don't close ports forcefully at exit, let the driver do that on cleanup. Fix some text typos. Don't add isopen to spix_spidev driver. It can be determined from the file descriptor. More... 25 days ago
Don't forget the makefile to build the new driver. More... 25 days ago
Add a unified HM2 SPI driver supporting RPI3, RPi4, RPi5 and spidev. More... 25 days ago