-
The script provided for parsing AVR8 headers yields enum data types that are 4 bytes in length, per the typical assumption that enums are dword/32-bit integers in most architectures.
This is obviou…
-
Hello,
I've successfully synthetized the whole VHDL code to fit a spartan-6 and simulated it with Xilinx tools.
Now I would like to put my own sketch in the softcore program memory.
But to start wi…
-
Write here if you want to have another platform supported by MicroFlo, or if you are working on adding support.
The targets that are already working: Arduino
AVR8 support is in progress (see issue #5…
-
While I run command:
`make attiny85 RS485=B2 LED_START_FLASHES=0 TIMEOUT=8 BAUD_RATE=19200 NO_START_APP_ON_POR=1 START_APP_ON_EXTR=1`
return this error:
```
avr-gcc -g -Wall -Os -fno-split-wide-ty…
-
마지막에
$ make all -f Makefile.atmega32u4 KEYMAP=han106
입력후 아래와 같은 에러가 발생했습니다.
collect2: error: ld returned 1 exit status
make: *** [../../tmk_core/rules.mk:556: ibmpc_usb_atmega32u4.elf] Error…
-
I'm working with some ATmega128 code. `avr8.pspec` specifies the location of each interrupt vector as 0, 1, 2..., but should be 0, 2, 4... An absolute jump instruction is four bytes long, not two. Pag…
-
hi I just download and tried to compile it, but comes up with errors
-----------------------------
[Rafael@DESKTOP-PRFA2UO ~]$ qmk compile -kb handwired/void9 -km vial
Ψ Compiling keymap with make…
-
Hi Bhatasaka.
Many thanks to you and your work helps me alot. There is a subtle issue that also need to update LEDs.h:
```
#elif (BOARD == BHATASAKA)
#include "AVR8/BHATASAKA/LEDs.h"
#else…
-
It's been a while since I wanted to dive into LUFA code to understand how USB controllers work on 32u4 so I've finally got enough time to understand the code, which is really well written. I mean comi…
liudr updated
3 years ago
-
cc -dynamiclib -install_name @rpath/reference/libXKCP.dylib -DKeccakReference -O bin/.build/reference/libXKCP.dylib/KeccakP-1600-reference.o bin/.build/reference/libXKCP.dylib/Xoodoo-reference.o b…