majbthrd
majbthrd
This adds the ST STM32L052 since I encountered a target with said MCU and didn't find an existing board type in TinyUSB. I tried to follow the newer TinyUSB convention...
There appear to be some assumptions in ElfDisassembler::disassembleSectionUsingSymbols, and these are: a) the first .text symbol in the ELF symbol table originates at the same address as the start of...
I thought the FPGA Ibex offering might be enhanced by including a ready-to-use (but with the flexibility to opt-out, if desired, at synthesis time) example RISC-V debug implementation. My goal...
As reported in #80, there is an endless simulation loop in ./src/dm_mem.sv. In the existing code: - always_comb "p_hart_ctrl_queue" has a dependency on "halted_aligned" and produces "go", "resume", and "cmdbusy_o"...
The raison d'être for the STM32WL series is its internal SUBGHZSPI peripheral. SUBGHZSPI may have its own chapter in the Reference Manual separate from other SPI peripherals, but SUBGHZSPI is...
This PR makes the SUBGHZSPI HAL more consistent with the SPI HAL by providing a HAL_SUBGHZSPI_TransmitReceive() function. This change has the added benefit of simplifying the existing HAL_SUBGHZSPI_Transmit() and HAL_SUBGHZSPI_Receive()...
"CAR-can_AZE0.dbc" currently (no pun intended) indicates the two MotorAmp quantities as unsigned. This is clearly not the case, as the car can both expend energy or recover it in regeneration....
I believe the existing scale in CAR-can_AZE0.dbc is wrong. The units should be in 0.01 km/h, not 1.0 km/h.
This issue may afflict users who implement multiple serial ports *AND* open and close one of those ports whilst one or more others are open. Intermittently (seemingly during heavy traffic),...