Chris Hettrick

Results 19 comments of Chris Hettrick

Hello, and thank you for reporting your issue. Is 5v power and ground (detailed in your SD card board's user manual) supplied to the SD card board? If so, then...

> Hello, thanks for your fast reply, Yes, my adapter is 5v powered (with a built-in 3.3v regulator). It works with your patch and a SanDisk card (not Lexar 16go...

Lightly tested this diff on a brand new STM32F407G-DISC1 board with the same SPI-based micro SD card setup as when I tested on an original version STM32F4DISCOVERY (so early that...

I'm working on a commit to add a `${HOST_CC}` make variable, similar to how NetBSD handles `${HOST_CC}` in /tools, to remedy the issues like this one. At least it will...

This issue is now not fatal to a build, as -Werror has been removed from ${CFLAGS} in 194727747062f42e4746ec00880d35a4bbb358cb, and 849898631ac78af8ac8d7519dfc3426b705678fd for /share/zoneinfo specifically. It is now only a warning with...

> I'm working on a commit to add a `${HOST_CC}` make variable, similar to how NetBSD handles `${HOST_CC}` in /tools, to remedy the issues like this one. > > At...

@extrowerk Those boards look interesting. I wonder how they can be priced below the unit price for an STM32F4 part. Perhaps the chips are clones? Even if they are clones,...

I ordered each of the boards with STM32F412, STM32F446, and STM32F405 chips, but it will take a while before they are shipped to me. DiscoBSD already supports the F412 and...

I received my boards from AliExpress recently. I just added initial support for the WeAct Studio STM32F412RET6 Core board in commit a2bd2a0. The commit message has a lot of the...

Commit 3488639 enables the building and cleaning of the sys/stm32/f412weactcore kernel compile directory.