fome-fw/firmware/ext
Matthew Kennedy 2436e7c105
implement TS console over ATWINC1500 WiFi (#373)
* experimenting with atwinc1500

* rename to cpp

* if/else without curly braces

* nullptr

* static asserts

* unused params

* stub basic bsp and wifi console

* misc c++ fixes

* it appears to compile?

* enable/disable ISR

* idk why this needs to get commented

* dead code

* more wifi plumbing

* move wifi init after hardware init

* wifi bsp

* bsp handles empty SPI read/write, pin init

* build spi_flash.cpp

* don't double-enable interrupts

* maybe no need for extern "C"

* faster SPI

* socket kinda connects?

* wifi updater tool?

* log wifi stuff to efiPrintf

* I'm not sure why you have to skip the reboot it says you have to do

* working tcp implementation

* use lock instead of actually cycling interrupts

* improve socket receive performance

* add firmware info

* avoid locking for spi select/unselect

* allow larger SPI ops

* wifi thread priority

* hooks for pins and SPI device

* guard

* build atlas with wifi

* don't unconditionally define EFI_WIFI, oops

* only build wifi if wifi

* typo

* H7 SPI

* typo
2024-03-01 12:37:55 -08:00
..
FatFS
atwinc1500 implement TS console over ATWINC1500 WiFi (#373) 2024-03-01 12:37:55 -08:00
build-tools@f301fe169e put compilers in a submodule (#360) 2024-02-13 14:44:15 -08:00
cmsis-svd
lua@95f70ea2dc
openblt@9cb6c04d84 bump windows openblt binaries 2023-11-04 02:27:59 -07:00
uzlib@27e4f4c15b
README.md

README.md

These files are copied from: https://github.com/posborne/cmsis-svd

That repo is very big, so these select files are copied to avoid repo bloat or cloning a huge submodule to use a few files.