Commit Graph

1348 Commits

Author SHA1 Message Date
Sergio R. Caprile
bd21d0d0cf add MCUXpresso examples for MCXN947 2024-06-13 13:43:53 -03:00
Sergio R. Caprile
ba3f6a5e76 Update MCXN947 FreeRTOS to CM33 port 2024-06-12 17:00:10 -03:00
Sergey Lyubka
22de1dc0f2 Add mg_now() to sntp.c 2024-06-09 07:52:25 +01:00
Sergio R. Caprile
6d3d6c3601 Add FreeRTOS example 2024-05-30 20:05:57 -03:00
Sergio R. Caprile
70936e3738 Add FreeRTOS example 2024-05-30 12:23:19 -03:00
Sergio R. Caprile
10f56c55e6 Add FRDM-MCXN947 2024-05-28 16:55:52 -03:00
robert
69682d6d97 Added N94 baremetal skeleton 2024-05-28 16:55:52 -03:00
Sergio R. Caprile
4c6c27d8f6 fix 573f13c 2024-05-09 14:38:57 -03:00
Sergey Lyubka
573f13c1ed Add mg_now() 2024-05-08 14:23:17 +01:00
Sergey Lyubka
b7f9e5c947 Fix path 2024-05-08 14:07:20 +01:00
Sergio R. Caprile
fc0364b321 move to new skeleton 2024-05-01 15:17:39 -03:00
Sergio R. Caprile
2be30a3193 move to new skeleton 2024-05-01 14:42:21 -03:00
Sergio R. Caprile
205a564482 move to new skeleton 2024-05-01 14:16:43 -03:00
Sergio R. Caprile
eaf8e24d4c move to new skeleton 2024-04-29 13:45:20 -03:00
Sergio R. Caprile
fe0b144b84 move to new skeleton 2024-04-29 11:23:00 -03:00
Sergio R. Caprile
a0b6e70ff8 move to new skeleton 2024-04-29 10:58:43 -03:00
Sergey Lyubka
959fcfdf1d Fix paths 2024-04-28 13:26:53 +01:00
Sergio R. Caprile
663c645cf1 move to new skeleton 2024-04-26 16:58:58 -03:00
Sergio R. Caprile
8c5dfa4227 move to new skeleton 2024-04-26 13:46:18 -03:00
Sergio R. Caprile
4eb3a1c978 move to new skeleton 2024-04-25 16:54:28 -03:00
Sergio R. Caprile
d08ee4e63a move to new skeleton 2024-04-25 15:18:59 -03:00
Sergio R. Caprile
120ffb0b1f move to new skeleton 2024-04-25 14:45:28 -03:00
Sergio R. Caprile
4843323f87 move to new skeleton 2024-04-24 16:09:24 -03:00
Sergio R. Caprile
5345c7260e start moving to new skeleton 2024-04-24 11:57:53 -03:00
Sergey Lyubka
10029d6a8d
Merge pull request #2718 from cesanta/pathissane
change mg_path_is_sane()
2024-04-22 20:58:02 +01:00
Sergio R. Caprile
6697a2cfaa change mg_path_is_sane() 2024-04-22 11:27:22 -03:00
robert
70abd1f98d XMC7 full working example 2024-04-22 03:15:10 -04:00
Sergio R. Caprile
89aaf1c30c move Makefile to test/ 2024-04-19 18:53:25 -03:00
Sergio R. Caprile
93477c8db4 move Mongoose options to mongoose_config 2024-04-19 10:47:16 -03:00
Sergio R. Caprile
157f87f01a remove arch autodetection for embedded 2024-04-18 17:28:40 -03:00
Sergio R. Caprile
ef61d6ea48 remove http_match_uri() 2024-04-17 16:13:10 -03:00
Sergey Lyubka
e0e599ffa1 Fix #2612 - struct mg_str::ptr -> buf 2024-04-16 22:42:45 +01:00
Sergio R. Caprile
34150f3f71 Rename mongoose_custom as mongoose_config 2024-04-16 17:28:31 -03:00
Sergio R. Caprile
8a335a8cea update to MG_EV_HTTP_HDRS 2024-04-10 12:20:33 -03:00
Sergio R. Caprile
6ff0f9ccd8 Keepup with Zephyr project's enjoyment of changing headers 2024-04-04 12:49:37 -03:00
Sergio R. Caprile
7876d464f2 keep embedded-friendly config API 2024-04-03 15:48:57 -03:00
Sergio R. Caprile
393418d50d no screenshots 2024-04-02 18:11:11 -03:00
Sergio R. Caprile
23bb912eb5
Merge pull request #2677 from cesanta/noscrsh
no screenshots
closes #2611
2024-04-02 16:38:16 -03:00
Sergio R. Caprile
1d5b5296da no screenshots 2024-04-02 16:37:14 -03:00
dvosully
c20cc4ae09 Implement firmware update in ESP32 device-dashboard example using espressif OTA APIs 2024-03-31 19:40:44 +10:00
Sergio R. Caprile
7cc3d89980 Add RT1170 example 2024-03-22 13:44:01 -03:00
Sergio R. Caprile
943a8a2708 fix references to RM 2024-03-20 10:35:05 -03:00
Sergey Lyubka
fafc5c8348 Refactor autoinit code 2024-03-15 20:23:37 +00:00
Sergey Lyubka
98782e44c2 Nit changes to the fleet dashboard 2024-03-13 13:41:22 +00:00
Sergio R. Caprile
c8fd3d6d25 Add driver init to mg_mgr_init() 2024-03-12 15:55:35 -03:00
Sergio R. Caprile
2d2d9ad277 tie Micropython examples to a stable release 2024-03-11 11:07:18 -03:00
Sergey Lyubka
06a9fb3f53 Enhance upload example 2024-03-02 10:12:43 +00:00
Sergey Lyubka
cec06eb25c Introduce MG_EV_HTTP_HDRS 2024-03-01 23:29:12 +00:00
Sergio R. Caprile
5d0bfccbc7 Satisfy new Zephyr config 2024-02-27 11:32:16 -03:00
Sergio R. Caprile
828f31d5e6 update 2024-02-26 16:58:04 -03:00