Nick James Kirkby
Nick James Kirkby
Hi Collin, I made a couple API changes. These are experimental -- they made sense in the project I'm working on. I'm opening this PR not with merge-intent (it's a...
It'd be elegant if there was a single `CAN_FRAME` class. I think the largest reason against doing this is that a `CAN_FRAME_FD` structure requires about 4x more memory than a...
Hello @howerj , thanks for dbcc. I too would like to add C code generation of value lists as enums. This was originally proposed in https://github.com/howerj/dbcc/pull/23. I made a minimal...
Vector BLF is a proprietary logging format developed for automotive applications. It contains primitives for logging CAN, LIN, and ethernet in addition to other message types. It also contains optional...
Mf4 io
I rebased https://github.com/hardbyte/python-can/pull/554/
## Background I have a Keil pack that is missing a flash memory region which I'd like to manipulate via pyocd. ### Pack https://developer.arm.com/embedded/cmsis/cmsis-packs/devices/NXP/S32K142UAxxxLLx Keil.S32_SDK_DFP.1.5.0.pack Keil.S32_SDK_DFP.pdsc ### Memory regions 1....
`progen build -t make_gcc_arm` returned a few compilation errors the first time I ran when reading `README.md`. This pull request adds a github action to check whether the build is...
Building fails on linux because the file system is case-sensitive. #include FlashOS.H" does not result in "FlashOS.h" being included. ``` Compiling ../../../source/wiznet/W7500/FlashDev.c ../../../source/wiznet/W7500/FlashDev.c:17:10: fatal error: FlashOS.H: No such file or...
Hello, I'm building for a FreeRTOS-based platform using FreeRTOS-Plus-TCP. Its socket API lacks the functions and structs defined in linux's `` . My toolchain file contains: ``` set(CMAKE_SYSTEM_NAME Generic) ```...
**Describe the bug** ftypes builtin not found **To Reproduce** 1. Using the example lua dissector: wiki.wireshark.org/Lua/Examples?action=AttachFile&do=get&target=dissector.lua (via this [SO answer](https://stackoverflow.com/questions/24375030/wireshark-dissector-how-to-use-dissectortableaddpattern-dissector-with-any)) 2. Add the recommended snippet to import wirebaitlib **Expected behavior**...