Adrien Destugues

Results 171 comments of Adrien Destugues

in C++, noexcept(false) also has the t not highlighted as part of the keyword. Probably this is related?

See https://github.com/vifactor/repostat for an updated version.

SDL is not needed for the bitbox firmware. You can run 'make' in the 1st-boot folder to build the stage 1 bootloader. You can also use 'make stlink' to flash...

On Fri, Jun 08, 2018 at 03:59:38PM +0000, Sandor Zsuga wrote: > I confirmed this now. The 1st bootloader certainly can use my SD cards, I compiled a smaller example...

I usually find http://www.beyondlogic.org/usbnutshell/usb1.shtml quite useful on USB matters. Lots of reading, however.

My bitbox keyboard does not have a keypad. Maybe it would be better to fit everything on letters then?

On my setup this is very visible during SDCard access (for example when loading files in the chiptracker). Maybe the priority of interrupts can be tweaked and/or interrupt nesting should...

Example for Gravis protocol implementation: https://github.com/pulkomandy/stm32f3/blob/master/src/main.c#L80

I think you can look at the previous commit for a polling version. My notes about the protocol: http://pulkomandy.tk/_/_Electronique/_Gravis%20Interface%20Protocol The data rate is about 20 to 25KHz on my controllers....

(and for the SNES: IIRC, it is up to us to generate the clock. This means we can be SPI master, whereas for Gravis, the controller generates the clock and...