Maximilian Gerhardt
Maximilian Gerhardt
Successfully test-compiles for * Windows 64-bit (using MSys2) * Windows 32-bit (using MSys2) * Linux x64 * Linux x86 * Linux ARM (ARMv6l, ARMv7l, AArch64, a.k.a, Raspbis) * Mac OS...
The test functions don't survive being called twice in a row (see test_app): ``` ######## Running esp_nn_fully_connected_s8_test ########## [ 0] passed [row_len 271, out_ch 3] cycles: c 30023, opt 23678...
Consider https://github.com/espressif/esp-nn/blob/34e97138de6e80ab6e047262c1c8b77514739a39/tests/src/convolution_test.c#L215-L229 If `input_orig = NULL = 0`, then, ```cpp input = 16 + input_orig - ((uint32_t) input_orig & 0xf); ``` will compute `input = 16 + 0 - (0...
Not sure exactly how this should work, but I'm getting ``` In file included from src\blink.c:1: C:\Users\Max\.platformio\packages\framework-ch32v003fun\ch32v003fun/ch32v003fun.h:12942:6: error: #error "Invalid PLL multiplier" #error "Invalid PLL multiplier" ^~~~~ ``` My CH32V303CBT6...
No matter whether I use the fab-agon-emulator release at https://github.com/tomm/fab-agon-emulator/releases or compile the latest commit (7b088bf7d3ccd208464cc75851602e9ccf3b62ab) myself, if I feed it the invaders.bin binary generated from https://github.com/pcawte/AgDev/releases I just get...
### Environment - OS and Version: Win 10 x64 - VS Code Version: 1.70.2 - C/C++ Extension Version: 1.12.1 (pre-release) - Other extensions you installed (and if the issue persists...
**Is your feature request/improvement related to a problem? Please describe.** Some people don't have a ST-Link or a regular USB-to-UART adapter, but have a e.g. Raspberry Pi Pico, which can...
* Uses last stable 1.5.1 Pico-SDK instead of bleeding edge `master`, with which this firmware does not build * Update ch32v003fun firmware to latest https://github.com/cnlohr/ch32v003fun/tree/master/ch32v003fun (plus `funconfig.h` requirements) * can...
Adds support for https://github.com/telit/arduino-charlie and its only board: The [Telit Charlie Board](https://www.telit.com/support-tools/development-evaluation-kits/charlie-evaluation-kit-for-cellular-lpwa/). Proven to be working on real hardware in [community topic](https://community.platformio.org/t/tips-for-adding-an-arduino-compatible-board-to-platformio/41902/3?u=maxgerhardt). (Please add `framework-arduino-samd-telit` to the PIO registry as...
Present in [SpenceKode DxCore](https://github.com/SpenceKonde/DxCore/blob/a2a333126bed0eeecbd67e376cd7d75bce97db06/megaavr/boards.txt#L1205-L1210). Requested per https://community.platformio.org/t/avr32dd14-support/45906. Also needs a custom toolchain version to support `-mcu=avr32dd14`. Test project located at .