-
### Introduce the problem
When building the docs with there are a lot of warnings. See e.g. [here](https://github.com/lvgl/lvgl/actions/runs/9811162294/job/27092842848).
Some of them are Doxygen r…
-
Microchip has released PICKit 5 as an upgrade to PICKit 4. At US$94.99 it seems to be a decent tool to work with Microchip MCUs incuding AVRs.
https://www.microchip.com/en-us/development-tool/PG16415…
-
Crear los archivos necesarios de PIO para
- Boards
- Platforms
- Devices
Así como agregar las configuraciones necesarias y los ejecutables correspondientes (compilador, linker, assembler, linker…
-
From here
* https://github.com/avrdudes/avrdude/pull/1523#issuecomment-1784217877
@MCUdude found an issue with AVR EB support.
```
$ ./avrdude -cpkobn_updi -pavr16eb32 -qq -t
avrdude> read fuse…
mcuee updated
12 months ago
-
Hi Manouchehri,
Can you provide hitech pic compiler for Linux?
Thanks
-
**Describe the bug**
Compiling the SDK under GCC, I get warnings that there is no '#pragma GCC diagnostic [error|warning|ignored] "XXX"' after the "#pragma GCC diagnostic push"
`azure-c-sdk/sdk/co…
-
# Extending Debugger/Programmer-Support
## PKOB4
Many of Microchip's Starter Kits, such as the Curiosity Boards, use the on-board version of PICkit4, called Pkob4.
They identify as pkob4hybrid. I…
-
Currently, when stepping over a line of code, GDB will issue commands to step a single instruction at a time. This means there's a lot of back-and-forth with Bloom and GDB, which can have a significan…
-
Hi,
I write 198 bytes to a file:
size_t written_bytes = SYS_FS_FileWrite( appData.fileHandle, buffer, 198 );
printf( "written_bytes = %zu\n", written_bytes ); // 198
Do a:
SYS_FS_FileSync…
-
I got this error after a [1-2 year] period of not using ceedling.
`gcc.exe: fatal error: cannot execute 'cc1': CreateProcess: No such file or directory compilation terminated.`
`ERROR: Shell comma…