-
I'd like to request potentially making a port for PIC32MZ chips.
I've got a device which we designed but I'm sick of the tool-chain (MPLAB + XC32) we use.
I'd like to potentially make a PIC32MZ …
-
```
dd: no value specified for seek
```
I'm getting this error while trying to run this command:
```xxd -p -c 100000 PREFIX_keyfile | xxd -r -p | dd of=nrf52_firmware.bin skip=1 bs=1 seek=$(gr…
-
I am recieiving the following warning in project using Scintilla.NET 5.3.2.9, the latest version.
warning CS0618: 'Scintilla.Lexer' is obsolete: 'This property will get more obsolete as time passes a…
-
```python
records = """
:02000004000AF0
:10B8440000000000000000009630000007770000B0
"""
hexfile = bincopy.BinFile()
hexfile.add_ihex(records)
align = 8
chunks = hexfile.segments.chunks…
-
**Describe the bug**
`cmake` is a required prerequisite.
**To Reproduce**
Steps to reproduce the behavior: Follow the instructions in https://probe.rs/docs/getting-started/installation/#installin…
-
**Describe the bug**
`bear intercept` is working with gcc but not with arm-none-eabi-gcc.
Both are dynamically linked:
```
~/SimpleMakefile:master:> otool -L (which gcc)
/usr/bin/gcc:
/usr/…
-
Hi,
First of all, thank you for creating this library. But I needed a solution to flash my PIC24s from my Linux embedded system without relying on Python.
Inspired by your library, I developed (…
-
Not sure if it should be a bug or a feature request. From looking at the code it seems WAI, but from user perspective `st-flash` is horribly broken when dealing with non-cotinuous Intel IHEX files.
…
-
Hi,
I've looked in other issues and could not find anything equal to this:
Compiled from source-code and I can upload the code through stlink-gui. When uploading with stlink-gui the code appears…
-
Hi
Is there any up to date documentation on how to compile llvm for AVR ? I, and many others if you google around, are have a lot of difficulty getting things to work.
I am using a recent MacOS. …