Results 2 issues of Wayne Roberts

for users of cortex-m0 devices (ie stm32L0), might be useful to have correct hardfault handler, for example for gcc-arm: ``` void HardFault_Handler(void) { /* __asm volatile( "TST LR, #4" );...

discussion

i was trying 4.6.0 release on NucleoL073RZ, periodic-uplink-lpp with SOFT_SE. After I edited se-identity.h with a devEui & joinEui and set STATIC_DEVICE_EUI to 1, then it was printing out on...