move w6300/dispatch/net stack to limen submodule

This commit is contained in:
Ian Gulliver
2026-04-19 17:38:29 -07:00
parent 4db5c36931
commit 7b8dd66185
41 changed files with 14 additions and 3902 deletions

View File

@@ -3,6 +3,7 @@
#include "igmp.h"
std::string_view firmware_name = "picomap";
uint32_t firmware_build_epoch = BUILD_EPOCH;
static constexpr handler_entry handlers[] = {
{RequestInfo::ext_id, typed_handler<RequestInfo, handle_info>},