Commit Graph

48 Commits

Author SHA1 Message Date
Sergio R. Caprile
58327a1753 Move ARCH_RP2040 --> ARCH_PICOSDK 2024-11-08 14:34:33 -03:00
Sergio R. Caprile
094202ff16 Use Pico-SDK RNG 2024-11-07 11:57:08 -03:00
Sergio R. Caprile
8b3e415201 Add Pico-W example 2024-09-11 10:56:52 -03:00
Sergey Lyubka
683f65f8ac Make mg_random() fallible. Abort TLS on weak RNG 2024-09-02 11:06:10 -03:00
Sergio R. Caprile
4c6c27d8f6 fix 573f13c 2024-05-09 14:38:57 -03:00
Sergio R. Caprile
157f87f01a remove arch autodetection for embedded 2024-04-18 17:28:40 -03:00
Sergio R. Caprile
c8fd3d6d25 Add driver init to mg_mgr_init() 2024-03-12 15:55:35 -03:00
Sergey Lyubka
a86bde7b3f Update mqtt-dashboard, adopt new UI, break OTA for now.. 2024-02-14 12:14:17 +00:00
Sergio R. Caprile
4d3fba57d4 rename MG_ENABLE_FILE to MG_ENABLE_POSIX_FS 2024-01-22 16:21:57 -03:00
Sergio R. Caprile
deca1aaf46 remove fn_data from event handler signature 2024-01-09 14:51:19 -03:00
Sergey Lyubka
a0e66fb9e6 Add built-in TLS 1.3 stack: server side, EC support 2023-12-20 11:04:31 +00:00
Sergio R. Caprile
ad57731ae1 Add MQTT device through RNDIS example 2023-12-13 17:24:52 -03:00
Sergey Lyubka
98d877c5f0 Reenable UART logging to fix the test 2023-12-10 12:17:54 +00:00
cpq
b03ececbbb Disable mbedtls, add flash target 2023-12-06 09:10:46 +00:00
Sergio R. Caprile
22ea825d46 Fix PIO assembly error 2023-08-14 16:15:27 -03:00
Sergio R. Caprile
ae37407369 static clue 2023-07-18 17:10:05 -03:00
cpq
818f99b286 Update examples to adopt to the new iface state 2023-07-12 14:09:30 +01:00
Sergio R. Caprile
7a4a82e872 Add HTTP_URL 2023-05-29 20:59:56 -03:00
Sergio R. Caprile
58606e1702 Refactor device-dashboard 2023-05-26 20:45:08 -03:00
cpq
49a9bb5a8b Refactor device-dashboard 2023-05-26 16:20:25 +01:00
Sergio R. Caprile
33a3fe9bbd remove references to MIP in examples (comments) 2023-03-15 09:43:22 -03:00
Sergio R. Caprile
2ece3a8b4c MIP_STATE_* -> MG_TCPIP_STATE_* 2023-03-09 11:25:02 -03:00
Sergio R. Caprile
1f5c19306e Gen MAC from board ID, standardize 2023-03-08 11:51:55 -03:00
Sergio R. Caprile
eaa6199de0 Update Makefiles and READMEs 2023-03-01 11:28:24 -03:00
Sergio R. Caprile
9cc70d0323 Update symlinks and Makefiles 2023-02-28 18:18:26 -03:00
Sergio R. Caprile
bba361016d Update RMII ex, enhance MIP 2023-02-27 18:30:53 -03:00
Sergio R. Caprile
520507afd9 unbreak RNDIS examples 2023-02-27 11:28:42 -03:00
cpq
910f19fe55 Use mg_queue in mip 2023-02-24 19:40:31 +00:00
Sergio R. Caprile
eb463bbb2b READMEs, golden update collaterals, etc 2023-02-21 12:07:48 -03:00
cpq
cf452942fa More windows-friendly makefile for rp2040/pico-w5500 2023-02-16 14:23:52 +00:00
cpq
6267752a2a Use RNG in examples/pico-w5500 2023-02-16 07:53:11 +00:00
Sergio R. Caprile
d445ff40c2 Add mass-storage disk with an index file 2023-02-08 12:38:11 -03:00
cpq
2c62e58dbd Move mip/ -> src/tcpip/, rename mip_ -> mg_tcpip_ 2023-02-07 21:35:37 +00:00
Sergio R. Caprile
8f358f09b8 Remove symlinks in pico example 2023-01-31 15:34:15 -03:00
cpq
052b40680d Add TLS to pico-w5500 baremetal example 2023-01-30 21:30:10 +00:00
Sergey Lyubka
e635d5f748
Merge pull request #1986 from cesanta/w5
Add examples/rp2040/pico-w5500 to hwtest
2023-01-23 12:32:14 +00:00
cpq
987f8bc949 Prep for msc 2023-01-21 13:42:25 +00:00
cpq
5a25111b20 Add examples/rp2040/pico-w5500 to hwtest 2023-01-21 02:21:20 +00:00
Sergio R. Caprile
99f1f749cf Apply a deeper cleanser 2023-01-20 15:27:37 -03:00
Sergio R. Caprile
56e015db0e Enable test for pico-rndis-dashboard 2023-01-17 14:58:05 -03:00
Sergio R. Caprile
45f7afb3e1 Simplify build 2023-01-17 13:54:22 -03:00
Sergey Lyubka
1661bd6691
Merge pull request #1955 from cesanta/picormii
Add RMII example for RP2040
2023-01-11 10:40:10 +00:00
Sergio R. Caprile
2b8e92a70d updated to ARCH_RP2040 2023-01-10 10:54:27 -03:00
Sergio R. Caprile
6db0a502bf Add RMII example 2023-01-09 11:16:01 -03:00
Sergio R. Caprile
b259bdeddd Rename mip_rxcb to mip_qwrite, add mip_qread and enforce rx() for drivers 2023-01-03 19:33:26 -03:00
Sergio R. Caprile
d09e4d648c Add Pico dashboard 2023-01-02 16:49:15 -03:00
Sergio R. Caprile
49add531c4 Moved pico-w example 2023-01-02 15:12:07 -03:00
cpq
0f474e8d2a Add pico-w5500 example 2023-01-02 16:36:55 +00:00