-
Given that summon is basically the only toolchain compatible with libopencm3 hard float at the moment, it'd be nice to have a preferred Windows installation method / installer, a la devkitPro.
Questi…
-
- [x] Support multi port for device
- [x] Support multi port for host
- [x] Support msc with multi lun
- [x] Support adb device
- [ ] Support mtp host
- [ ] Support mtp device
- [x] Support blue…
-
problem1:
https://github.com/libopencm3/libopencm3/blob/master/lib/usb/usb_private.h#L98
need 4byte (1*4)
the same thing could have been done in 1byte as well as the array is of length of hard coded t…
-
The biggest problem moving this effort forward is the lack of an embedded Rust USB stack: https://github.com/rust-embedded/wg/issues/40
There is a port of @mvirkkunen's usb-device ([implemented for…
-
As indicated in the comments for https://github.com/libopencm3/libopencm3/pull/323 there's some somewhat unusual mixes of bool and uint32_t in the cm3/cortex.h file.
Arguably, many of the bool types …
karlp updated
8 years ago
-
I tried to compile this project, but compile error occurred.
make[1]: Entering directory `/Users/nautes/maple/maple-mini-usb/src'
usbhid.c: In function 'main':
usbhid.c:330:24: error: 'stm32f103_usb_…
-
Currently, I see a few problems with `make flash` for STM32F4VL:
1. `flossjtag` has been moved in openocd to `ftdi/flossjtag`, so it can not be found currently. This affects 6 `Makefile`s
2. Even …
-
Very interesting! Could you help me to understand this better.
wifi-iot-core-hw. Hardware is designed with KiCad
- What is the goal of the hardware? What are the use cases?
wifi-iot-core-stm32-fw. F…
-
I am currently working on adding support for the STM32WLxx family MCUs into libopencm3, especially the STM32WL55 and STM32WLE5 variants. Since these MCUs have sub-GHz integrated transceivers (LoRa/FSK…
-
Judging by the docs the stm32g4 has no i2c support in libopencm3. But I need it. Time permitting I'll put it in in the next few weeks.
It would be my first time of contributing to libopencm3. So I …