Skip to content

Tags: yucnet/allwpilib

Tags

v2020.3.2-vmxpi-4

Toggle v2020.3.2-vmxpi-4's commit message
Modified COunter kSemiPeriod mode to use "Reset" slave mode rather th…

…an "Gated".

v2020.3.2-vmxpi-3

Toggle v2020.3.2-vmxpi-3's commit message
Fixed bug in HAL_GetCounterPeriod that was returning incorrect counte…

…r values.

v2020.3.2-vmxpi-2

Toggle v2020.3.2-vmxpi-2's commit message
Fix bug in HAL_Pulse which was causing the requested pulse length to …

…be sent to the VMX-pi HAL as a 0 pulse length.

v2020.3.2-vmxpi-1

Toggle v2020.3.2-vmxpi-1's commit message
Fixed a few bugs in the Addressable support found during unit testing.

v2020.3.2-vmxpi-beta-1

Toggle v2020.3.2-vmxpi-beta-1's commit message
Modified SPI Read/Write/Transaction functions to - upon success - cor…

…rectly return the number of bytes successfully transferred, rather than 0.

v2020.3.2-vmxpi-alpha-6

Toggle v2020.3.2-vmxpi-alpha-6's commit message
Fixed bug in HAL_CAN_ReadStreamSession() to correctly populate the "s…

…ize" parameter for all received stream messages.

v2020.3.2-vmxpi-alpha-5

Toggle v2020.3.2-vmxpi-alpha-5's commit message
Fix range-check bug prohibiting allocation of DIO Channel 21.

v2020.3.2-vmxpi-alpha-4

Toggle v2020.3.2-vmxpi-alpha-4's commit message
Removed addition of libvmxpi_hal_cpp.so to linuxraspbian artifact zip…

…s; this component is now published as a separate artifact (groupId: com.kauailabs.vmx.platform, artifact: vmxpi-hal)

v2020.3.2-vmxpi-alpha-3

Toggle v2020.3.2-vmxpi-alpha-3's commit message
Added libvmxpi_hal_cpp.so to linuxraspbian artifacts.

v2020.3.2-vmxpi-alpha-2

Toggle v2020.3.2-vmxpi-alpha-2's commit message
Fixed compilation warning in ErrorOrPrintMessage module.

Updated build script to reference Java 11.