That seems to get a little further, but now we need to get the cpu/arm/stm32f1x_cl code to work out somehow. let’s see how much of that is really “platform” Ok clock.c is opencm3 specific, but not f1x specific. OH! Here’s the MCK setting being used. ok, we’ll set th...
(1, 1) PRIMARY KEY, name NVARCHAR(80) NOT NULL ); CREATE TABLE time_on_site_logs ( id INT NOT NULL IDENTITY(1, 1) PRIMARY KEY, dashboard_id INT NOT NULL, CONSTRAINT FK_Time_On_Site_Logs_Dashboards FOREIGN KEY (dashboard_id) REFERENCES Dashboards(id), user_id INT NOT NULL )...
celld.c-init_3g_dev()-3208:Fail to open vendor_fdssk:error:48.212:main:318: WAN interface type is "Mixed Mode" ptm0.0: no IPv6 routers present mdio_write skfd = 3, phy_id = 0, reg = 0, val = 0x1140 mii register 0 is 0x1140 eth4: no IPv6 routers present br0: port 4(...
Thanks topkarckmy changes to improve the C library for Microchip’s MRF24J40 802.15.4 modules has been ported to the Arduino library. I’d written an Arduino library some time ago, but hadn’t been maintaining it as I don’t really deal with Arduino much these days. However, it’s go...