Commit Graph

  • 7d4f77fdc8
    Merge branch 'main' into add-smp-OTT-one-task-enter-critical Rahul Kar 2024-04-15 12:11:11 +0530
  • 2a966b4cdb
    Merge branch 'main' into add-smp-OTT-task-delete Rahul Kar 2024-04-15 12:10:59 +0530
  • ffcf4bc48b
    Merge branch 'main' into fix-mingw-demo-incorrect-project-settings Rahul Kar 2024-04-15 10:09:39 +0530
  • 5a3c291736 Update corePKCS11 submodule Ching-Hsin Lee 2024-04-15 11:27:44 +0800
  • e6b4e8288f
    Fix corePKCS11 demo logging message (#1205) chinglee-iot 2024-04-15 10:27:02 +0800
  • 1f4a83d210 Use bounded strnlen instead of strlen Ching-Hsin Lee 2024-04-12 13:41:58 +0800
  • 19f6b0515e Update comment and flush log when assert Ching-Hsin Lee 2024-04-12 13:23:16 +0800
  • 39b72bffb0 Update for variable naming convention Ching-Hsin Lee 2024-04-11 15:47:50 +0800
  • e9c949d76b
    Merge branch 'main' into fix-corepkcs11-demo-message chinglee-iot 2024-04-11 15:42:33 +0800
  • dd4789cdba
    Update kernel submodule for vTaskSuspendAll change (#1207) chinglee-iot 2024-04-11 15:42:13 +0800
  • 9a294cd794 Update manifest.yml for kernel submodule pointer Ching-Hsin Lee 2024-04-11 15:21:36 +0800
  • bf3a5315a2 Update kernel submodule pointer for vTaskSuspendAll change Ching-Hsin Lee 2024-04-11 15:19:08 +0800
  • 3a8b6a41ed Merge branch 'main' of https://github.com/FreeRTOS/FreeRTOS into main Ching-Hsin Lee 2024-04-11 15:17:13 +0800
  • 28177788d0
    Fix vTaskSuspendAll assertion unit test (#1204) chinglee-iot 2024-04-11 14:49:30 +0800
  • cafd0b7eca Fix comment Ching-Hsin Lee 2024-04-10 18:27:01 +0800
  • 861869e4a9 Fix uncrustify Ching-Hsin Lee 2024-04-10 18:23:18 +0800
  • 5ef5661269 Fix corePKCS11 demo logging message Ching-Hsin Lee 2024-04-10 17:14:42 +0800
  • f85f8c6465 Revert back FreeRTOS-Kernel submodule pointer Ching-Hsin Lee 2024-04-09 22:58:46 +0800
  • cef218aec1 Fix vTaskSuspendAll assertion unit test Ching-Hsin Lee 2024-04-09 22:44:27 +0800
  • a75f8ff938 Merge branch 'main' of https://github.com/FreeRTOS/FreeRTOS into main Ching-Hsin Lee 2024-04-09 22:37:01 +0800
  • 4fcc564b04 [WIN32-MingW Demo] Replace "Exclude from Build" by "Resource Filter". ws 2024-04-09 22:35:52 +0900
  • c05120e4d5 Include path setting is modified. 1.Directory name is modified.("Include" -> "include") 2.New path is added.(FreeRTOS+Trace Recorder/kernelports/FreeRTOS/include) These modifications are needed to build "Debug" configuration. They are not needed for "Debug_CodeCoverage" configuration because these paths are not used. But these modifications are applied to both of "Debug" configuration and "Debug_CodeCoverage" configuration because of future potential risk. ws 2024-03-31 22:13:22 +0900
  • 915d305243 Exclude unnecessary directories from build. 1. "FreeRTOS/Source/example" 2. "FreeRTOS+Trace Recorder/extras" 3. "FreeRTOS+Trace Recorder/kernelports/BareMetal" 4. "FreeRTOS+Trace Recorder/kernelports/ESP-IDF_FreeRTOS" 5. "FreeRTOS+Trace Recorder/kernelports/ThreadX" 6. "FreeRTOS+Trace Recorder/kernelports/Zephyr" ws 2024-03-31 22:11:05 +0900
  • eb97c5d325
    Make a couple of demos build using picolibc (#1202) Keith Packard 2024-04-02 21:43:14 -0700
  • 003c7807fe [CORTEX_MPU_M3_MPS2_QEMU_GCC Demo] Add picolibc support Keith Packard 2024-04-01 17:12:18 -0700
  • 0c14097513 [RISC-V-Qemu-virt_GCC Demo] Add picolibc support Keith Packard 2024-04-01 16:45:21 -0700
  • 7514cd3d54
    [WIN32-MSVC Demo] Define TickType_t width based on the target platform(32bit/64bit). (#1201) wat 2024-04-01 13:46:07 +0900
  • b1af43bdeb [WIN32-MSVC] Add cast operation to solve compiler warnings on x64 platform. Before this change, compiler claimed that the cast operation to wider type should be applied before other arithmetic operations because of overflow risk. There is no overflow risk here but it is modified to solve compiler warnings. ws 2024-03-27 23:55:15 +0900
  • 40e8576d0f [WIN32-MSVC Demo]Correct type of the argument in vApplicationGetIdleTaskMemory() prototype declaration. It is corrected to match original declaration described in task.h. ws 2024-03-27 23:34:17 +0900
  • 1b43271d1d [WIN32-MSVC Demo]Correct prefix of variables and indent to follow coding style guide. ws 2024-03-27 22:19:49 +0900
  • 6bab2149e6 [WIN32-MSVC Demo] Change type of some variables from uint32_t to UBaseType_t. ws 2024-03-23 23:12:23 +0900
  • 0f0a1d3f98 [WIN32-MSVC Demo] Add tick type width definition based on the target platform.(32bit/64bit) 32bit TickType_t is used on Win32 target. 64bit TickType_t is used on x64 target. ws 2024-03-23 23:02:57 +0900
  • 4592acca4c
    Update Cortex R4F and Cortex R5F MPU Demos (#1200) Soren Ptak 2024-03-28 12:37:03 -0700
  • 72d4603730
    Merge branch 'main' into add-smp-OTT-interrupt-wait-critical Tony Josi 2024-03-28 10:48:01 +0530
  • f20b25a1f1 Update the workflow file to pull the FreeRTOS-Kernel submodule Soren Ptak 2024-03-27 15:18:20 -0700
  • b7f7129a10 Update the manifest.yml for the new version of the kernel. Soren Ptak 2024-03-27 15:08:51 -0700
  • ffa1ab8e7c By default use the submodule for the FreeRTOS-Kernel in the repo. Add in a line stating to remove commented out lines to instead clone down the last tested commit of the kernel. Soren Ptak 2024-03-27 14:33:50 -0700
  • efe9002a9b Make the notification tasks unprivileged now that the missing MPU permission check was added. Soren Ptak 2024-03-27 14:31:36 -0700
  • 8b83f9775c Set configUSE_EVENT_GROUPS to 0 in the CORTEX_MPU_R4/5F Demos. Update the FreeRTOS-Kernel submodule to use the latest FreeRTOS-Kernel. Soren Ptak 2024-03-27 14:23:42 -0700
  • 076430b2ab
    [WIN32-MingW Demo] TickType_t width is defined based on compiler type.(32bit/64bit) (#1199) wat 2024-03-27 16:34:46 +0900
  • 60aacfc925 Code review suggestions Gaurav Aggarwal 2024-03-27 07:04:20 +0000
  • 558275b158
    Merge branch 'main' into MinGW_TickType_auto_switching Gaurav-Aggarwal-AWS 2024-03-27 12:13:21 +0530
  • 273fb94328
    ARMv7-R MPU Port Demos (#1149) Soren Ptak 2024-03-26 09:24:37 -0700
  • e1628f08da
    Merge branch 'main' into ARM_CRx_MPU Soren Ptak 2024-03-26 08:52:04 -0700
  • 6213c15aa5 Modify prefix of variables to follow coding style guide. ws 2024-03-27 00:29:11 +0900
  • a5519abe37 Update FreeRTOS-kernel submodule version in manifest.yml. ws 2024-03-26 22:26:22 +0900
  • b7d0171761
    Merge branch 'main' into MinGW_TickType_auto_switching ActoryOu 2024-03-26 18:30:59 +0800
  • 8517050490
    Fix HTTP_S3_Download compile warning (#1195) chinglee-iot 2024-03-26 13:55:36 +0800
  • de76cf1539
    Merge branch 'main' into fix-demo-HTTP-S3-download-warning chinglee-iot 2024-03-26 13:34:30 +0800
  • 857962d638
    Add support to build Posix Demo with Dynamic Allocation (#1198) Rahul Kar 2024-03-26 11:02:49 +0530
  • 3d6c4f1deb
    Merge branch 'main' into fix-demo-HTTP-S3-download-warning chinglee-iot 2024-03-26 13:29:19 +0800
  • cf6ccd3024
    Merge branch 'main' into dynamic_alloc_posix_demo chinglee-iot 2024-03-26 12:25:34 +0800
  • bc5587ce5f
    Fix FreeRTOS-Plus device defender, shadow and job demo warnings (#1193) chinglee-iot 2024-03-26 12:23:45 +0800
  • 70d0e857ff
    Merge branch 'main' into fix-demo-shadow-job-defender-warning chinglee-iot 2024-03-26 09:57:52 +0800
  • c691a2b010
    Use latest version of the github checkout action that is available. Soren Ptak 2024-03-25 14:23:29 -0700
  • f7d111a123
    Merge branch 'main' into ARM_CRx_MPU Soren Ptak 2024-03-25 14:18:57 -0700
  • 12588c9b6b Code review suggestions Gaurav Aggarwal 2024-03-25 15:55:31 +0000
  • 1df836d7d5 [WIN32-MingW Demo] Change type of one more variable from uint32_t to UBaseType_t. ws 2024-03-25 23:05:27 +0900
  • 6d1cead9ac Update "FreeRTOS/Source" submodule(FreeRTOS-kernel) to #1008. ws 2024-03-23 20:59:19 +0900
  • 45525d40d7 [WIN32-MingW Demo] Add brackets to the condition in #if statement. Behavior is not changed. Reason of change is to follow coding style guide of FreeRTOS. ws 2024-03-22 22:48:11 +0900
  • 8f81fe5c7e [WIN32-MingW Demo] Change type of some variables from uint32_t to UBaseType_t. ws 2024-03-22 22:44:11 +0900
  • 5e92d2fff7
    Merge branch 'main' into qemu_demo_m4_mpu Rahul Kar 2024-03-22 18:46:44 +0530
  • 9fedfc45e4 [WIN32-MingW Demo] Change type of some variables from uint32_t to UBaseType_t. ws 2024-03-22 22:05:41 +0900
  • eddb5cfe79 [WIN32-MingW Demo] Change printf() format specifiers from %u to %llu. ws 2024-03-22 21:57:54 +0900
  • 2b7a48b8b0 [WIN32-MingW Demo] Add tick type width definition based on compiler type.(32bit/64bit) 32bit TickType_t is used if compiler is MinGW32. 64bit TickType_t is used if compiler is MinGW64. ws 2024-03-22 21:29:58 +0900
  • 9c43feab9c Fix Formatting Rahul Kar 2024-03-22 09:34:47 +0000
  • 1f0e9b7c88 Add support for dynamic allocation in posix demo Rahul Kar 2024-03-22 09:16:35 +0000
  • 772c1e9e5e Add support for dynamic allocation in posix demo Rahul Kar 2024-03-22 09:16:35 +0000
  • 18c1db82eb
    Merge branch 'main' into fix-demo-HTTP-S3-download-warning Rahul Kar 2024-03-22 11:25:05 +0530
  • c5c41ef3af
    Update result section in README under CBMC folder. (#1196) ActoryOu 2024-03-22 10:43:47 +0800
  • 43416ebf96 Update proofs result path ActoryOu 2024-03-21 09:46:50 +0000
  • f744760bcf
    Merge branch 'main' into updateReadmeCbmc Gaurav-Aggarwal-AWS 2024-03-21 15:10:59 +0530
  • b9ee8a5eae Code review suggestions Gaurav Aggarwal 2024-03-21 09:40:21 +0000
  • 3998fe40d1
    Merge branch 'main' into fix-demo-shadow-job-defender-warning chinglee-iot 2024-03-21 17:31:22 +0800
  • 7de1b5098d
    Add separate compile option for tracing functionality in Posix demo (#1194) Rahul Kar 2024-03-21 14:57:49 +0530
  • 2285ce3adb Fix formatting Rahul Kar 2024-03-21 09:02:33 +0000
  • cb2622af01 Update result section in README under CBMC folder ActoryOu 2024-03-21 08:38:58 +0000
  • b5a26b83e9
    Merge branch 'main' into fix-demo-HTTP-S3-download-warning Soren Ptak 2024-03-21 01:44:00 -0700
  • f1a4b59462 Cast to void * for vPortFree Ching-Hsin Lee 2024-03-21 16:14:25 +0800
  • a02efcaaaf
    Update JobsDemoExample.c chinglee-iot 2024-03-21 13:18:24 +0800
  • fea74e76ca Remove extra variable 'xTraceRunning' with compile flag for saving trace Rahul Kar 2024-03-21 05:00:22 +0000
  • f16caf3097 Fix HTTP_S3_Download compile warning Ching-Hsin Lee 2024-03-20 16:28:05 +0800
  • f1f09d6f51 Rename size_t variable with type prefix Ching-Hsin Lee 2024-03-20 11:16:46 +0800
  • 1c3bea00ae
    Merge branch 'main' into ARM_CRx_MPU Soren Ptak 2024-03-19 11:17:45 -0700
  • e4629efe07 update MakeFile Rahul Kar 2024-03-19 11:09:58 +0000
  • 533ddf563f Fix comments Rahul Kar 2024-03-19 06:04:18 +0000
  • 5bd5664ec9 Fix Formatting Rahul Kar 2024-03-19 06:02:47 +0000
  • f8d823857e Merge branch 'fix-demo-shadow-job-defender-warning' of https://github.com/chinglee-iot/FreeRTOS into fix-demo-shadow-job-defender-warning Ching-Hsin Lee 2024-03-19 09:50:08 +0800
  • 04ff772c74 Fix uncrustify Ching-Hsin Lee 2024-03-19 09:48:22 +0800
  • cc69ba9c2d Add compile option for enabling tracing in cmake file Rahul Kar 2024-03-18 19:48:53 +0000
  • 6e45561f45
    Merge branch 'main' into fix-demo-shadow-job-defender-warning chinglee-iot 2024-03-18 16:41:33 +0800
  • b8b8db990e Fix FreeRTOS-Plus device defender, shadow and job demo warnings Ching-Hsin Lee 2024-03-18 16:36:42 +0800
  • 000c005cee
    Update +TCP to latest version (#1192) Tony Josi 2024-03-14 14:51:54 +0530
  • f26134a0a6 Update +TCP to latest version tony-josi-aws 2024-03-14 10:27:17 +0530
  • 3ea02c282c Uncrustify: triggered by comment. GitHub Action 2024-03-14 04:52:31 +0000
  • 7c6300892b Use upstream kernel gitignore Soren Ptak 2024-03-11 11:34:15 -0700
  • 0b60ae8ca0 Merge branch 'ARM_CRx_MPU' of github.com:Skptak/FreeRTOS into ARM_CRx_MPU Soren Ptak 2024-03-11 11:32:28 -0700
  • e729f23cbb Fix an issue in the git ignore files, add one for the R5 project, fix an issue in the R5 code workspace that caused it to not open. Rename the workspace files to match the demo directory names Soren Ptak 2024-03-11 11:29:15 -0700
  • 8e978fd77e
    Merge branch 'main' into ARM_CRx_MPU Soren Ptak 2024-03-11 14:14:59 -0400
  • c7a5be5e9d Checkout upstream/main's FreeRTOS-Kernel and manifest file Soren Ptak 2024-03-11 11:13:44 -0700