William Toth
William Toth
**Is your feature request related to a problem? Please describe.** My project includes many channels, where each channel includes multiple of the same measurement. For example: Channel 1: - Voltage...
The tank transform seems to not take into account the reduction of speed during a turn and the max constraints are violated. Example path: ``` x[0] = 0 x[1] =...
The CAN Stream API allows defining an buffer to receive an arbitrary set of CAN messages, based on an ID and a mask. Messages are added to this queue separate...
When running valgrind the following memory leak hit is given: ``` ==2277== 24 bytes in 1 blocks are still reachable in loss record 577 of 2,272 ==2277== at 0x4CA3E26: malloc...
When running a libnetconf2 application with valgrind several memory leaks are shown when using OpenSSL with zlib. There are a number of hits typically as below: ``` ==2277== 2 bytes...
Adding a few updates for better support on Windows, currently WIP. Changes: - Enables param files, this is critical for Windows due to the command length limitation which is hit...
### Terraform Version Terraform v1.2.9 on linux_amd64 + provider registry.terraform.io/hashicorp/googleworkspace v0.7.0 + provider registry.terraform.io/paultyng/gsuite v0.2.2 ### Affected Resource(s) - googleworkspace_user - googleworkspace_schema ### Terraform Configuration Files ```hcl # googleworkspace_schema.Emergency_Contact_Information: resource...
**Description** The `FDCAN_RxHeaderTypeDef` member `IsFilterMatchingFrame` and `FilterIndex` naming and documentation are confusing and do not convey the behavior when a *non* matching frame is received. ```C uint32_t FilterIndex; /*!< Specifies...
**Feature Request** I very much appreciate the new callback functions added to the STM32Cube HAL, making it much easier to create our own middleware that integrates into the STM32Cube ecosystem....
This commit adds support for param files. This is important for Windows since even the most basic STM32Cube project ends up with more lines than Windows supports.