Commit graph

  • 168582522f Revert "RISC-V: Add RV32E / FPU support for GCC (#140)" Joseph Julicher 2020-09-10 11:07:06 -07:00
  • 8969c0d351 Fix: Comment - xTaskIncrementTick loop - to adhere to demo requirement Alfred Gedeon 2020-09-09 16:03:27 -07:00
  • cfb51b3db8
    Add url link for Linux Simulator documentation (#161) Cobus van Eeden 2020-09-09 14:35:52 -07:00
  • 0410d130e8 Update version macros David Chalco 2020-09-09 14:05:50 -07:00
  • 350a1d1857 Add url link for Linux Simulator documentation Cobus van Eeden 2020-09-09 13:50:58 -07:00
  • 5aa41fd386
    Update History.txt yngki 2020-09-09 11:42:04 -07:00
  • 0037a6c574
    RISC-V: Add RV32E / FPU support for GCC (#140) Emmanuel Puerto 2020-09-09 20:06:16 +02:00
  • 524e78d58b
    Introduce Trusted Firmware M support in Kernel on ARM Cortex M33 (#108) sherryzhang 2020-09-09 23:15:50 +08:00
  • d1d979460a Introduce Trusted Firmware M support in Kernel on ARM Cortex M33 Sherry Zhang 2020-09-07 15:54:38 +08:00
  • 651289ef04
    Synopsys ARC v1 Port: add support to Synopsys ARC v1 series cores (#110) YuguoWH 2020-09-08 23:40:17 +08:00
  • 8c31ca17b0 Synopsys port: modify license headers, change copyright only Yuguo Zou 2020-09-08 09:42:56 +08:00
  • c9cfead54d Synopsys ARC v1 port: run uncrustify to fix code style Yuguo Zou 2020-08-04 09:55:34 +08:00
  • 1f9ffc5abf Synopsys Port: Adding support to Synopsys ARC v1 series cores ARC v1 cores include ARC605, ARC610d, and ARC710d Yuguo Zou 2020-07-30 16:52:21 +08:00
  • 35f0b2ab84
    Change the Linux Port to use condition variables instead of Signals (#156) alfred gedeon 2020-09-07 09:56:28 -07:00
  • c291ffaa90 Fix interrupt managment and FPU initialization Emmanuel Puerto 2020-09-07 15:59:38 +02:00
  • 700c1cf9c6
    Fix compiler warning in config assert() on 64 bit architecture (#158) RichardBarry 2020-09-06 22:08:00 -07:00
  • c52b4a5a48
    Update tasks.c RichardBarry 2020-09-06 21:27:24 -07:00
  • 9af00ebf9f
    Update History.txt RichardBarry 2020-09-06 21:25:00 -07:00
  • e46dd1c529 Replace the following code that was used to force an assert: configASSERT( pxTCB->ulNotifiedValue[ uxIndexToNotify ] == ~0UL ); RichardBarry 2020-09-06 21:15:06 -07:00
  • a730a56a14 Merge commit. RichardBarry 2020-09-06 21:04:42 -07:00
  • 9dffb2ee6d
    Merge branch 'master' into Fix-compiler-warning-in-configASSERT()-on-64-bit-architecture RichardBarry 2020-09-06 20:57:12 -07:00
  • 82b2079456 The following line was used in a couple of placed to force an assert, but caused warnings on 64-bit architectures because it compares a uint32_t with a 64-bit number. configASSERT( pxTCB->ulNotifiedValue[ uxIndexToNotify ] == ~0UL ); RichardBarry 2020-09-06 20:34:39 -07:00
  • 2ac08595ef Comment: replace signal with pthread_cond Alfred Gedeon 2020-09-04 21:37:56 -07:00
  • 3116c0358a Comment: fix comments Alfred Gedeon 2020-09-04 20:51:09 -07:00
  • 62598e9bfb Fix: uncomment commented out code Alfred Gedeon 2020-09-04 13:53:08 -07:00
  • 7d21662033 Style: Remove commented code Alfred Gedeon 2020-09-04 11:48:09 -07:00
  • df73aa96e7 Fix: event signal not being reset Alfred Gedeon 2020-09-04 11:23:46 -07:00
  • 59b500e43b add some prints Alfred Gedeon 2020-09-03 17:35:37 -07:00
  • fb8820cfc2 Posix port with pthread cond instead of signals Alfred Gedeon 2020-09-02 21:55:41 -07:00
  • 11c38abbdc preemptive version bump David Chalco 2020-09-01 13:15:54 -07:00
  • 847340f31e Update readme.txt in each Renesas RX folder regarding to Notes *1 and *2 (both are RX100 port) NoMaY (a user of Japan.RenesasRulz.com) 2020-08-31 21:57:23 +09:00
  • 72d0ec4f00 Maintenance: Add readme.txt in each Renesas RX folder to show recomended port NoMaY (a user of Japan.RenesasRulz.com) 2020-08-31 07:42:10 +09:00
  • 82fdc1c3ee
    Change the header file name into lower case so it can work on GNU/Linux for MinGW cross-compiling. (#144) Ming Yue 2020-08-28 14:59:30 -07:00
  • 148c81a7bc
    Revert "Fix: Add Parenthesis around if-statement in macro (#138)" (#148) alfred gedeon 2020-08-28 14:19:31 -07:00
  • 58ffcb1a6d
    Revert "Fix race condition when tracing is enabled (#95)" (#149) Ming Yue 2020-08-28 14:17:29 -07:00
  • ce39ebe45b
    Update history.txt (#150) RichardBarry 2020-08-28 14:14:29 -07:00
  • 873908f021
    Update History.txt Cobus van Eeden 2020-08-28 14:13:24 -07:00
  • ce3134bba9 Merge branch 'master' of https://github.com/FreeRTOS/FreeRTOS-Kernel RichardBarry 2020-08-28 12:43:15 -07:00
  • 94c7369440 Update History.txt ready for the 10.4.0 release. RichardBarry 2020-08-28 12:42:01 -07:00
  • c85a3b5fca Revert "Fix race condition when tracing is enabled (#95)" Ming Yue 2020-08-28 12:16:18 -07:00
  • 5308b1a023
    Use unsigned constant in pdMS_TO_TICKS(). (#147) Gary Wicker 2020-08-28 11:50:31 -07:00
  • 44a9fdb93d Revert "Fix: Add Parenthesis around if-statement in macro (#138)" alfred gedeon 2020-08-28 11:19:14 -07:00
  • 204a89af9d Use unsigned constant in pdMS_TO_TICKS(). gkwicker 2020-08-28 10:40:22 -07:00
  • c5cd4b7106 Fix: Remove the newly (mistakenly) added GCC/RX200 port NoMaY (a user of Japan.RenesasRulz.com) 2020-08-28 15:29:08 +09:00
  • e5184da222 preemptive version bump David Chalco 2020-08-27 16:08:14 -07:00
  • 7a1749920a Change the header file name into lower case so it can work on GNU/Linux for MinGW cross-compiling. Ming Yue 2020-08-27 14:43:13 -07:00
  • d7fd5a1195
    Revert "Fix inaccurate ticks in windows port (#142)" (#143) Cobus van Eeden 2020-08-27 12:06:03 -07:00
  • bdd774ce91 Revert "Fix inaccurate ticks in windows port (#142)" Cobus van Eeden 2020-08-27 11:42:16 -07:00
  • d85fd461d9
    Fix inaccurate ticks in windows port (#142) Cobus van Eeden 2020-08-27 10:12:51 -07:00
  • baddb41411 Fix inaccurate ticks in windows port Cobus van Eeden 2020-08-27 01:20:42 -07:00
  • 805b15a022
    Removing general-inquiry.md to divert people to the forums. (#141) Cobus van Eeden 2020-08-26 12:08:39 -07:00
  • 22ae3e170c Removing general-inquiry.md to divert people to the forums. Cobus van Eeden 2020-08-26 11:58:27 -07:00
  • 45e97bd246
    Fix: Add Parenthesis around if-statement in macro (#138) alfred gedeon 2020-08-26 10:50:35 -07:00
  • fb9275db3c Support FPU - RISC-V architecture (GCC) Emmanuel Puerto 2020-08-26 09:49:27 +02:00
  • 37aaa0abbc Support RV32E - RISC-V architecture (GCC) Emmanuel Puerto 2020-08-26 09:26:35 +02:00
  • 651b1ef2ba Fix: Add Parenthesis around if-statement in macro Alfred Gedeon 2020-08-25 21:47:14 -07:00
  • d0d2442f14 Change vPortSetupTimerInterrupt in order to have 64bits access on rv64 Emmanuel Puerto 2020-08-25 16:59:12 +02:00
  • 968759135e Style: Make Renesas RXv3 DPFPU port layer consistent with uncrustify. NoMaY (a user of Japan.RenesasRulz.com) 2020-08-25 18:29:04 +09:00
  • 1d8df4752e
    Update Renesas GCC compiler ports (#135) Ravishankar Bhagavandas 2020-08-24 15:32:45 -07:00
  • 0afc048cf2
    Style: Add uncrustify guards, fix asm (#136) alfred gedeon 2020-08-24 15:32:02 -07:00
  • 0c85634270 Style: Add uncrustify guards, fix asm Alfred Gedeon 2020-08-24 15:10:26 -07:00
  • 41b1e126d2 Use configINCLUDE_PLATFORM_H_INSTEAD_OF_IODEFINE_H flag RX100, RX200 Ravishankar Bhagavandas 2020-08-21 17:32:30 -07:00
  • b4789ca0d2 Use configINCLUDE_PLATFORM_H_INSTEAD_OF_IODEFINE_H flag Ravishankar Bhagavandas 2020-08-21 16:16:36 -07:00
  • e7cb025db4 Update GCC compiler for: * RX600v2 * RX600 * RX100 Dinh Van Nam 2020-07-16 16:39:48 +09:00
  • 6149a700a0 Add RX200 GCC compiler Dinh Van Nam 2020-07-16 16:38:13 +09:00
  • a038146915
    Style: Make freertos.org = FreeRTOS.org and add https (#134) alfred gedeon 2020-08-21 11:30:39 -07:00
  • 7cd4a4f276
    Fix compiler issues cause by formatting assembly code on ESP32 port (#133) Carl Lundin 2020-08-21 10:55:58 -07:00
  • 2417af9a9b Merge remote-tracking branch 'upstream/master' into vTaskStepTick-improvement Jeff Tenney 2020-08-21 10:37:28 -07:00
  • a2c075557b Style: Fix freertos into FreeRTOS Alfred Gedeon 2020-08-20 20:53:51 -07:00
  • 2d9c40d606 Style: Fix freertos into FreeRTOS Alfred Gedeon 2020-08-20 20:44:56 -07:00
  • 04b961fccf Style: make freertos.org = FreeRTOS.org also add https Alfred Gedeon 2020-08-20 20:19:40 -07:00
  • 007dd4f269
    Fix compiler issues cause by formatting assembly code on ESP32 port Carl Lundin 2020-08-20 16:17:13 -07:00
  • 0b0a2060c0
    Style: Change FreeRTOS websites in comments (#131) alfred gedeon 2020-08-20 14:59:28 -07:00
  • 10a0b1e54b
    Revert "Update ESP32 port files (#92)" (#132) Carl Lundin 2020-08-20 14:41:44 -07:00
  • 83e0a8fb29
    Revert "Update ESP32 port files (#92)" Carl Lundin 2020-08-20 13:47:06 -07:00
  • 193bc589a3 Style: Remove broken link Alfred Gedeon 2020-08-20 11:35:34 -07:00
  • 1b17972194 Style: Change freertos to FreeRTOS in comments Alfred Gedeon 2020-08-20 11:11:20 -07:00
  • 00db30186e Style: Change FreeRTOS websites in comments Alfred Gedeon 2020-08-20 09:06:47 -07:00
  • ebda49376e
    finish up PR67. Also add missing <\pre> tags (#130) David Chalco 2020-08-18 16:28:02 -07:00
  • 1b7b02bba1 finish up PR67. Also add missing <\pre> tags David Chalco 2020-08-18 15:02:25 -07:00
  • 6ef079f393
    StackMacros now includes stack_macros (#129) Joseph Julicher 2020-08-18 12:30:12 -07:00
  • 1865857eae
    Moving the function prototypes to headers (#128) Joseph Julicher 2020-08-18 11:29:00 -07:00
  • 97be3585ff StackMacros now includes stack_macros Joseph Julicher 2020-08-18 11:12:45 -07:00
  • ffc7a80343 Revert "Removing StackMacros.h" Joseph Julicher 2020-08-18 11:08:56 -07:00
  • d8cb765b85 Moving 4 Function Prototypes out of the C files into the headers Joseph Julicher 2020-08-18 11:03:56 -07:00
  • 40bd5ee1c9
    Merge pull request #1 from FreeRTOS/master Eng. Juan Camilo Gómez Cadavid MSc 2020-08-18 12:57:56 -05:00
  • cdd8307817 Removing StackMacros.h Joseph Julicher 2020-08-18 10:19:49 -07:00
  • e9ac8422a9 updated task.h and timers.h Joseph Julicher 2020-08-17 17:39:57 -07:00
  • 418997131b Merge branch 'master' of https://github.com/FreeRTOS/FreeRTOS-Kernel Joseph Julicher 2020-08-17 17:36:04 -07:00
  • 44e5d647d2 removed externs from new prototypes Joseph Julicher 2020-08-17 17:28:48 -07:00
  • c5b5f3fa07 Style: Remove tabs and tab == 4 spaces (#120) alfred gedeon 2020-08-17 14:50:56 -07:00
  • 9a1ebfec31
    Style: Uncrustify kernel file - remove tab == 4 spaces (#123) alfred gedeon 2020-08-17 16:16:11 -07:00
  • cdff5c153e Style: Revert uncrustify for portable directories (#122) alfred gedeon 2020-08-17 10:51:02 -07:00
  • 1d68f82f9f Moved a number of function prototypes to the appropriate headers. Removed the StackMacros.h function as previously promised. Fixed a function definition mismatch in a third party port. Joseph Julicher 2020-08-17 14:28:26 -07:00
  • 386d854e0b
    added a warning concerning the incomplete testing of the RX700v3_DFPU port (#124) Joseph Julicher 2020-08-17 15:33:10 -07:00
  • 25f34203e7
    Merge branch 'master' into kernel_uncrustify alfred gedeon 2020-08-17 15:01:31 -07:00
  • 8c77117c32
    Style: Remove tabs and tab == 4 spaces (#120) alfred gedeon 2020-08-17 14:50:56 -07:00
  • 809074837a pulled updates from the origin Joseph Julicher 2020-08-17 14:32:02 -07:00
  • 465e26e897 Moved a number of function prototypes to the appropriate headers. Removed the StackMacros.h function as previously promised. Fixed a function definition mismatch in a third party port. Joseph Julicher 2020-08-17 14:28:26 -07:00
  • 0944a52817 Merge remote-tracking branch 'origin/kernel_uncrustify' into kernel_uncrustify Alfred Gedeon 2020-08-17 13:42:12 -07:00