Commit Graph

  • b5e17ae32f Update the Kernel and TCP submodule, fix build failures (#1395) main Kody Stribrny 2026-03-16 13:47:01 -07:00
  • 862f6bf951 Fix spelling error (#1396) Kody Stribrny 2026-03-04 08:35:22 -08:00
  • 827044f804 Include Content-Length in 404 response (#1393) okapui 2026-02-24 03:20:19 +09:00
  • ff5a96c501 Fix timeout type from BaseType_t to TickType_t (#1392) okapui 2026-02-13 07:19:56 +09:00
  • 30b61e5503 remove stray semicolons Florian La Roche 2026-01-29 11:21:20 +01:00
  • e83f1402d5 Fix Fleet Provisioning demo flow issues (#1385) xuan97z1 2026-01-30 08:38:44 +08:00
  • 81a6503dee Fix wrong condition in mqtt_pkcs11_demo_helpers.c (#1390) xuan97z1 2026-01-23 07:38:16 +08:00
  • 22d02e9fe4 Add unit test coverage for vTaskPriorityDisinheritAfterTimeout (#1382) Kody Stribrny 2025-12-31 16:25:55 -08:00
  • 4879cfd208 docs: add beginner-friendly FreeRTOS overview (#1381) Chintan0801 2025-12-31 15:41:48 -05:00
  • df34d1f9a1 Demo: allow overriding toolchain prefix in RISC-V QEMU virt GCC demo (#1380) Hongjuan Jiang 2025-12-22 06:32:44 +01:00
  • 5424d9d36a Downgrade return-mismatch error to warning (#1374) Gaurav-Aggarwal-AWS 2025-10-06 17:24:02 +05:30
  • bcef9d066a Demo code: add static modifiers (#1373) Florian La Roche 2025-09-17 07:27:53 +02:00
  • 62195136d1 Demo/Common: fix divide by zero possibility and non-used return values (#1370) Florian La Roche 2025-08-29 20:54:32 +02:00
  • e933faf3ee Fix build of & add CMake to LM3S Qemu Demo (#1368) Kovacsics Robert 2025-08-15 08:18:14 +01:00
  • 1aa47857a0 Various Qemu Cortex M3 ports now support picolibc (#1364) Florian La Roche 2025-08-13 16:45:54 +02:00
  • 51467d89e0 Update code to correct function pointer casting (#1366) Dinh Van Nam 2025-08-05 23:09:20 +09:00
  • 5cf13754a5 Update auto-release.yml Aniruddha Kanhere 2025-07-09 13:03:12 -07:00
  • b67ef3e3e2 Add artifact backup action AniruddhaKanhere 2025-07-03 12:30:37 -07:00
  • e0aa5eac74 Fix optimization bug and cleanup (#1363) Florian La Roche 2025-07-08 07:35:01 +02:00
  • 722d17b13a POSIX Demo: clang warnings cleanup (#1359) Florian La Roche 2025-06-19 10:32:36 +02:00
  • 9b5e277a6f update alignment in RISC-V-spike-htif_GCC (#1357) Dan Petrisko 2025-06-13 00:12:47 -07:00
  • d1136b4857 Demo/CORTEX_MPS2_QEMU_IAR_GCC: fix warnings (#1352) Florian La Roche 2025-06-11 17:11:51 +02:00
  • 1fb5ee4dad Demo/Common/Minimal/StreamBufferInterrupt.c: more strict result checking (#1356) Florian La Roche 2025-06-11 09:17:56 +02:00
  • c4da4ef1a7 Update download locations to outside repository content (#1355) Rahul Kar 2025-06-05 23:21:31 +05:30
  • 67bc5a930d Demo/Posix_GCC: fix compiler flags and compiler warnings (#1351) Florian La Roche 2025-06-04 05:15:09 +02:00
  • 9d9bbd0e61 Demo/CORTEX_MPU_M3_MPS2_QEMU_GCC: support "gcc -flto" and fixes (#1353) Florian La Roche 2025-05-26 12:17:12 +02:00
  • 9b50dc160b Remove formatting bot workflow (#1348) Archit Gupta 2025-05-09 14:09:20 -07:00
  • 1ca9fd442f clean up warnings from "gcc -Wconversion" (#1344) Florian La Roche 2025-04-29 17:54:39 +02:00
  • 0d2a5ae534 FreeRTOS_Plus_TCP_Echo_Qemu_mps2: fix compile with "gcc -flto" (#1343) Florian La Roche 2025-04-28 22:52:16 +02:00
  • 0cbfaab47d Update network_transport files based on MbedTLSv3.6.3 (#1340) Rahul Kar 2025-04-21 20:21:08 +05:30
  • 1325aaaad6 FreeRTOS_Plus_TCP_Echo_Qemu_mps2: cleanup (#1336) Florian La Roche 2025-04-21 15:43:02 +02:00
  • 9165944664 Align stack size to 16-byte boundary by changing __stack_size from 350 to 352​ (#1335) Luca Mannella 2025-04-08 07:54:31 +02:00
  • 2625a12c04 Update demo RISCV qemu demo to check the vector context save (#1334) Jonathan Cubides 2025-03-31 17:38:39 +02:00
  • 881305dcb8 Update RV32 qemu Demo to support RVA23 (#1329) Jonathan Cubides 2025-03-10 12:36:13 +01:00
  • 2abeb3e52f Demo/CORTEX_MPS2_QEMU_IAR_GCC: increase min stack size from 80 to 88 (#1332) Florian La Roche 2025-03-06 19:44:29 +01:00
  • fda472bbd6 Update the coreMQTT submodule pointer (#1331) Dakshit Babbar 2025-03-06 11:08:38 +05:30
  • 8eba8b5c9f Update URI for FreeRTOS Quick start guide and FAQ (#1328) Tony Josi 2025-02-16 11:24:31 +05:30
  • 200e13bbe7 Update URI for Quick_Start_Guide (#1327) Tony Josi 2025-02-14 10:50:54 +05:30
  • 617657c57f Added TraceRecorder also in IAR project for CORTEX_MPS2_QEMU_IAR_GCC demo (#1325) Johan Kraft 2025-02-10 08:02:38 +01:00
  • 3d927557dc Add tests to cover xQueueCreateSetStatic (#1323) Gaurav-Aggarwal-AWS 2025-01-28 20:44:20 +05:30
  • 6d364f0b1f TraceRecorder demo added in CORTEX_MPS2_QEMU_IAR_GCC (#1320) Johan Kraft 2025-01-23 05:41:33 +01:00
  • 642e2ecfc7 Fix CI failures (#1322) Gaurav-Aggarwal-AWS 2025-01-22 22:30:10 +05:30
  • 2dcc47ecba Update unit test for TASK and ISR lock macros (#1319) chinglee-iot 2024-12-30 15:43:03 +08:00
  • 365a47921f Update TCP Qemu echo demo port number macro naming in readme (#1306) Tony Josi 2024-12-27 10:21:02 +05:30
  • 7f748546a1 Fix FreeRTOS+TCP IPv6 demo with latest version of FreeRTOS+TCP (#1307) Tony Josi 2024-12-27 10:02:15 +05:30
  • 66de13ce1b Update FreeRTOS-Kernel submodule pointer (#1316) Gaurav-Aggarwal-AWS 2024-12-26 10:57:39 +05:30
  • a3c047d22f Update FreeRTOS+TCP to latest version V4.3.1 (#1305) Tony Josi 2024-12-23 16:38:33 +05:30
  • 93ba585fb9 Fix coverage tests for Kernel PR 1203 (#1315) Gaurav-Aggarwal-AWS 2024-12-20 10:56:23 +05:30
  • f430a10431 fix(freertos/tasks): Updated the xTaskGetIdleTaskHandle Test (#1314) Sudeep Mohanty 2024-12-19 22:32:48 +05:30
  • dfb7b28f72 Fix SMP coverage tests for kernel PR 1206 (#1313) Gaurav-Aggarwal-AWS 2024-12-19 11:41:41 +05:30
  • f6672f99df Fix unit tests for Kernel PR 1206 (#1312) Gaurav-Aggarwal-AWS 2024-12-17 22:49:00 +05:30
  • e62f73927b Add readme for v202411.00 release (#1308) Rahul Kar 2024-12-11 12:59:34 +05:30
  • 6aa244f6fe Update Community-Supported-Demos submodule pointer (#1303) Gaurav-Aggarwal-AWS 2024-12-02 17:11:05 +05:30
  • 152cf36d67 [AUTO][RELEASE]: Bump submodules per manifest.yml for V202411.00 202411.00 p3_rel_wip kar-rahul-aws 2024-11-21 06:48:26 +00:00
  • 86092070b3 [AUTO][RELEASE]: Bump file header version to "202411.00" kar-rahul-aws 2024-11-21 06:46:42 +00:00
  • aad3f5eece Update LTS versions in history.txt (#1302) Rahul Kar 2024-11-21 12:14:08 +05:30
  • 9749ebdf71 Rectify the format of democonfigMQTT_BROKER_PORT macro (#1301) Dakshit Babbar 2024-11-20 18:04:39 +05:30
  • 2ba53c402a Update history for release [202411.00] (#1300) Rahul Kar 2024-11-20 16:22:38 +05:30
  • a3a526569f Enable release from forks (#1299) Tony Josi 2024-11-19 15:19:14 +05:30
  • 61b42acbfb Update Website links (#1297) Rahul Kar 2024-11-18 21:01:33 +05:30
  • 1469448e3e Don't expect call to xTaskResumeAll in some cases (#1295) Jeff Tenney 2024-11-12 00:01:58 -07:00
  • ad0ea05f57 Fix CI spelling check (#1294) ActoryOu 2024-11-05 15:39:00 +08:00
  • 4cab1bb358 Follow Security Guide to update release.yml (#1293) ActoryOu 2024-11-05 15:18:59 +08:00
  • 6615f8026c Add readme.url for FreeRTOS-Plus demos (#1290) Bhoomika R S 2024-11-04 18:10:47 +05:30
  • 89c685bb5c Update version of third party libraries for P3 release (#1271) Rahul Kar 2024-11-04 18:10:29 +05:30
  • e13d6abc78 Add readme.url for demos (#1289) Bhoomika R S 2024-10-25 15:54:58 +05:30
  • d6274466ef Populate RSA key attributes in mbedtls context (#1287) Dakshit Babbar 2024-10-21 10:22:29 +05:30
  • 86d6312da0 [mainline update] Populate RSA key attributes in mbedtls context (#1288) Dakshit Babbar 2024-10-21 10:22:15 +05:30
  • 349d8a87d4 Add support for custom check in header checker (#1285) Gaurav-Aggarwal-AWS 2024-10-17 18:25:28 +05:30
  • 28a20d5a69 Add volatile qualifier (#1283) Gaurav-Aggarwal-AWS 2024-10-17 11:08:16 +05:30
  • b3e6cff1f2 Xtensa Demos updated and moved to Partner-Supported submodules (#1281) Ian Thompson 2024-10-15 21:36:05 -07:00
  • 592fd043a3 Fix compilation issue for FreeRTOS Plus WolfSSL demo (#1278) Rohit Madan 2024-10-15 10:16:36 +05:30
  • 5fb0889c7b Update readme for corePKCS MQTT Mutual Auth Demo (#1276) Dakshit Babbar 2024-10-15 10:16:11 +05:30
  • 70757a8614 Add readme.url for corePKCS11 Windows Simulator Demo (#1279) Rohit Madan 2024-10-15 09:33:24 +05:30
  • 0e8d2bf66c Add readme.url for corePKCS11 Windows Simulator Demo (#1277) Rohit Madan 2024-10-15 09:32:54 +05:30
  • c502e5f9a5 Update runtime library support to automatic (#1280) Gaurav-Aggarwal-AWS 2024-10-11 10:31:48 +05:30
  • 6dc7737eff Update CORTEX R4 demo to use linked resources #1272 (#1273) Matt Ryall [Mawson Rovers] 2024-10-10 20:53:25 +11:00
  • 59f1c570cf Fix build: unique names required for v4 upload-artifact task (#1274) (#1275) Matt Ryall [Mawson Rovers] 2024-09-30 15:47:06 +10:00
  • d80937d050 Cortex M3 MPS2: modernize assembler syntax and also add .ltorg (#1268) Florian La Roche 2024-09-25 12:39:47 +02:00
  • acafe10a1d Update User Mode Networking debug command for QEMU Demo (#1269) Rohit Madan 2024-09-24 10:43:48 +05:30
  • 2067506cc1 Update User Mode Networking debug command for QEMU Demo (#1270) Rohit Madan 2024-09-23 20:11:14 +05:30
  • 9245b4aaac Cortex M3 MPS2: fix alignment warning from assembler (#1266) Florian La Roche 2024-09-16 08:49:39 +02:00
  • d7e89b8125 Update readme.url for coreMQTT Multitask Demo (#1267) Dakshit Babbar 2024-09-15 20:06:10 +05:30
  • 17848bf485 Add missing header include in FreeRTOS-Plus/Demo/Common/coreMQTT_Agent_Interface/freertos_command_pool.c (#1260) Tony Josi 2024-09-03 11:48:38 +05:30
  • b0c9468ad6 Update RTOSDemo Debug Renode.launch (#1261) ericwu13 2024-09-02 23:11:27 -07:00
  • 6d126f449f [P3] Update FreeRTOS Cellular Interface demos (#1250) Monika Singh 2024-08-30 15:21:48 +05:30
  • 8c535099f6 [P3] Update wolfssl to v5.6.4-stable (#1257) Monika Singh 2024-08-30 09:24:42 +05:30
  • 97af9c0c14 [P3] Update coreMQTT agent (#1258) Monika Singh 2024-08-30 09:24:18 +05:30
  • 26d0c3041d [P3] Update FreeRTOS cmock to v2.5.3 (#1251) Monika Singh 2024-08-25 23:13:10 +05:30
  • 7ce50582be [P3] Update Partner/Community supported demos (#1249) Monika Singh 2024-08-25 23:11:38 +05:30
  • 3b34f8028d Add cygwin option for compilation (#1230) joejoseph08 2024-08-23 15:36:40 +05:30
  • 455e0f0414 Fix doxygen link Monika Singh 2024-08-13 14:29:46 +00:00
  • af4d9efe43 Update libraries to LTS version Monika Singh 2024-08-12 17:42:14 +00:00
  • 0bf833bb02 Fix crash on Ubuntu 24.04 ARM64 (#1253) Gaurav-Aggarwal-AWS 2024-08-23 12:47:47 +05:30
  • 059165fbf1 Fix crash on Ubuntu 24.04 ARM64 (#1253) Gaurav-Aggarwal-AWS 2024-08-23 12:47:47 +05:30
  • 66e1e57e2a Remove redundant TCP includes in FreeRTOS CBMC proofs (#1254) Monika Singh 2024-08-23 12:18:51 +05:30
  • c39dcc81a7 Update ReadMe to add UserMode Networking (#1216) Rahul Kar 2024-08-21 08:11:43 +00:00
  • c304913b64 Remove redundant TCP includes in FreeRTOS CBMC proofs (#1254) Monika Singh 2024-08-23 12:18:51 +05:30
  • 9febcedd91 Add async core yield test for SMP (#1247) chinglee-iot 2024-08-21 18:32:18 +08:00
  • 1a82df09df Update ReadMe to add UserMode Networking (#1216) Rahul Kar 2024-08-21 08:11:43 +00:00