Hi,

I'm trying to build a static library and link it to a new, not officially supported platform - the LPT120 WiFi module from HiFlying (china)
This is an ARM-based MCU but it has an old, deprecated armv3m architecture. I'm not able to configure the wolfssl with a script due to -march-armv3m compilation flag. It stops immediately on the compiler checking... Am I able to work around this issue somehow ? Is it a good idea to just add sources to the module SDK build system (Makefile)? Can I omit the use of a configuration script? This WiFi module lacks many features so I'll probably get back with hundreds of further questions...