Here is what arduino is spitting at me when I verify a config, not sure why. Also after installing the proffie extension in arduino and running zadig, the ports section has been greyed out. This was on a fresh windows install.
c:/users/christopher elvis/appdata/local/arduino15/packages/proffieboard/tools/arm-none-eabi-gcc/9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld.exe:C:\Users\Christopher Elvis\AppData\Local\Arduino15\packages\proffieboard\hardware\stm32l4\3.6.0\variants\STM32L452RE-ProffieboardV3/linker_scripts/STM32L452RE_FLASH.ld:224: warning: memory region `SRAM2' not declared
In function 'operator new',
inlined from 'run' at C:\Users\Christopher Elvis\OneDrive\Documents\Proffie\ProffieOS\styles\fire.h:61:15,
inlined from 'run' at C:\Users\Christopher Elvis\OneDrive\Documents\Proffie\ProffieOS\styles\fire.h:115:68,
inlined from 'run' at C:\Users\Christopher Elvis\OneDrive\Documents\Proffie\ProffieOS\styles\blade_style.h:105:30,
inlined from 'RunLayer' at C:\Users\Christopher Elvis\OneDrive\Documents\Proffie\ProffieOS\styles\blade_style.h:111:61,
inlined from 'run' at C:\Users\Christopher Elvis\OneDrive\Documents\Proffie\ProffieOS\styles\remap.h:27:20,
inlined from 'run' at C:\Users\Christopher Elvis\OneDrive\Documents\Proffie\ProffieOS\styles\blade_style.h:99:28,
inlined from 'RunLayer' at C:\Users\Christopher Elvis\OneDrive\Documents\Proffie\ProffieOS\styles\blade_style.h:111:61,
inlined from 'run' at C:\Users\Christopher Elvis\OneDrive\Documents\Proffie\ProffieOS\styles\alpha.h:20:46,
inlined from 'run' at C:\Users\Christopher Elvis\OneDrive\Documents\Proffie\ProffieOS\styles\lockup.h:130:7,
inlined from 'run' at C:\Users\Christopher Elvis\OneDrive\Documents\Proffie\ProffieOS\styles\blade_style.h:92:5,
inlined from 'RunLayer' at C:\Users\Christopher Elvis\OneDrive\Documents\Proffie\ProffieOS\styles\blade_style.h:111:61,
inlined from 'run' at C:\Users\Christopher Elvis\OneDrive\Documents\Proffie\ProffieOS\styles\layers.h:25:47,
inlined from 'run' at C:\Users\Christopher Elvis\OneDrive\Documents\Proffie\ProffieOS\styles\blade_style.h:99:28,
inlined from 'RunLayer' at C:\Users\Christopher Elvis\OneDrive\Documents\Proffie\ProffieOS\styles\blade_style.h:111:61,
inlined from 'run' at C:\Users\Christopher Elvis\OneDrive\Documents\Proffie\ProffieOS\styles\layers.h:24:46,
inlined from 'run' at C:\Users\Christopher Elvis\OneDrive\Documents\Proffie\ProffieOS\styles\blade_style.h:77:30,
inlined from 'RunStyle' at C:\Users\Christopher Elvis\OneDrive\Documents\Proffie\ProffieOS\styles\blade_style.h:87:61,
inlined from 'run' at C:\Users\Christopher Elvis\OneDrive\Documents\Proffie\ProffieOS\styles\style_ptr.h:82:18:
C:\Users\Christopher Elvis\AppData\Local\Arduino15\packages\proffieboard\hardware\stm32l4\3.6.0\cores\stm32l4\new.cpp:22:16: warning: argument 1 value '4294967295' exceeds maximum object size 2147483647 [-Walloc-size-larger-than=]
22 | return malloc(size);
| ^
C:\Users\Christopher Elvis\AppData\Local\Arduino15\packages\proffieboard\hardware\stm32l4\3.6.0\cores\stm32l4\new.cpp: In member function 'run':
c:\users\christopher elvis\appdata\local\arduino15\packages\proffieboard\tools\arm-none-eabi-gcc\9-2020-q2-update\arm-none-eabi\include\malloc.h:37:14: note: in a call to allocation function 'malloc' declared here
37 | extern void *malloc (size_t);
| ^
c:/users/christopher elvis/appdata/local/arduino15/packages/proffieboard/tools/arm-none-eabi-gcc/9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld.exe: warning: changing start of section .bss by 8 bytes
c:/users/christopher elvis/appdata/local/arduino15/packages/proffieboard/tools/arm-none-eabi-gcc/9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld.exe: warning: changing start of section .bss by 8 bytes
c:/users/christopher elvis/appdata/local/arduino15/packages/proffieboard/tools/arm-none-eabi-gcc/9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld.exe: warning: changing start of section .bss by 8 bytes
c:/users/christopher elvis/appdata/local/arduino15/packages/proffieboard/tools/arm-none-eabi-gcc/9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld.exe: warning: changing start of section .bss by 8 bytes
c:/users/christopher elvis/appdata/local/arduino15/packages/proffieboard/tools/arm-none-eabi-gcc/9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld.exe: warning: changing start of section .bss by 8 bytes
Sketch uses 263600 bytes (51%) of program storage space. Maximum is 507904 bytes.