index
:
delta/freertos-git.git
AniruddhaKanhere-patch-1
V10.4.0-branch
add_cellular_lib_test
cellular_fix_file_headers
dependabot/pip/dot-github/scripts/common/pyyaml-5.4
devIPv6
feature/ipv6_multi_beta
fix_cellular_demo_log_warning
lts-development
main
master
patch-release-candidate-202111
readme-labs-update
release-candidate
reorg_network_transport
revert-557-add-test-late-timer-start
syncBack10_4_1
update_cellular_lib
yngki-patch-1
github.com: FreeRTOS/FreeRTOS.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update version number to 8.1.1 for patch release that re-enables mutexes to b...
Richard Barry
2014-08-29
1264
-1288
/
+12252
*
Core kernel code:
Richard Barry
2014-08-29
13
-173
/
+376
*
Lower the minimum stack size used by the ATSAMA5 demo.
Richard Barry
2014-08-26
1
-2
/
+2
*
Minor edits prior to tagging V8.1.0.
Richard Barry
2014-08-26
12
-1398
/
+125
*
***IMMINENT RELEASE NOTICE***
Richard Barry
2014-08-16
1293
-1297
/
+1308
*
Remove some irrelevant CyaSSL files.
Richard Barry
2014-08-16
128
-78413
/
+1
*
Demo application related:
Richard Barry
2014-08-16
37
-120
/
+259
*
General maintenance - changing comments and correcting spellings only.
Richard Barry
2014-08-04
5
-3
/
+14
*
Common demo tasks:
Richard Barry
2014-08-04
21
-596
/
+213
*
Cortex-A5 IAR port:
Richard Barry
2014-08-03
1
-6
/
+5
*
Cortex-A5 IAR port baseline prior to removing all SAMA5 specifics to make it ...
Richard Barry
2014-08-03
4
-14
/
+15
*
Continue working on the GIC-less Cortex-A5 port for IAR:
Richard Barry
2014-07-29
3
-19
/
+26
*
Carry on working on SAMA5D3 demo:
Richard Barry
2014-07-29
14
-85
/
+205
*
SAMA5D3 demo: Add CDC driver code and use CDC to create a simple command con...
Richard Barry
2014-07-23
50
-509
/
+8851
*
Update CyaSSL to latest version.
Richard Barry
2014-07-18
445
-25369
/
+161562
*
Re-test Zynq demo now it is using the latest tools.
Richard Barry
2014-07-14
5
-9
/
+12
*
Add back Zynq demo - this time using SDK V14.2.
Richard Barry
2014-07-14
381
-0
/
+269762
*
Remove Zynq demo project ready to recreate the project using the 14.2 version...
Richard Barry
2014-07-14
81
-182982
/
+0
*
Add 'full' demo to the SAMA5 Xplained demo - but so far without interrupt nes...
Richard Barry
2014-07-12
11
-39
/
+1270
*
Rename ARM_CAx_No_GIC ARM_CA5_No_GIC and add FreeRTOSConfig setting to specif...
Richard Barry
2014-07-12
4
-0
/
+4
*
SAMA5D3 Xplained demo blinky running.
Richard Barry
2014-07-12
15
-368
/
+112
*
Add new port layer for Cortex-A devices without the means to mask interrupt p...
Richard Barry
2014-07-12
4
-0
/
+856
*
Start of SAMA5D3 XPlained demo.
Richard Barry
2014-07-09
277
-0
/
+67714
*
Make the parameters to vPortDefineHeapRegions() const.
Richard Barry
2014-07-04
5
-6
/
+44
*
Update the MSVC simulator demo to demonstrate heap_5 allocator and pdTICKS_TO...
Richard Barry
2014-07-03
5
-30
/
+87
*
Simply some of the alignment calculations in heap_4.c to match those used in ...
Richard Barry
2014-07-03
3
-38
/
+50
*
Check in the portable.h version required to use heap_5.c.
Richard Barry
2014-07-02
1
-0
/
+21
*
Check in the new memory allocator that allows the heap to span multiple blocks.
Richard Barry
2014-07-02
1
-0
/
+519
*
Update FreeRTOS+ components and demos to use typedef names introduced in Free...
Richard Barry
2014-06-20
66
-395
/
+395
*
Update timer demo in PIC32MZ demo to remove multiple extern definition create...
Richard Barry
2014-06-16
1
-1
/
+0
*
Implementation of mutex held counting in tasks.c - needs optimisation before ...
Richard Barry
2014-06-16
1
-20
/
+64
*
Default the definition of portASSERT_IF_IN_ISR() to nothing if it is not defi...
Richard Barry
2014-06-16
7
-26
/
+79
*
Add code to assert() if non ISR safe API function is called from ISR in Taski...
Richard Barry
2014-06-15
2
-0
/
+17
*
Add code to assert() if non ISR safe API function is called from ISR in IAR a...
Richard Barry
2014-06-14
7
-5
/
+62
*
Simplify the assert that checks if a non-ISR safe function is called from an ...
Richard Barry
2014-06-13
1
-12
/
+9
*
Add additional comments to the Zynq lwIP demo.
Richard Barry
2014-06-13
2
-2
/
+16
*
Added portASSERT_IF_IN_INTERRUPT() macro to the GCC Cortex A9 port layer.
Richard Barry
2014-06-12
1
-4
/
+15
*
Zynq demo: Fix Xilinx network driver by deferring the function that allocate...
Richard Barry
2014-06-12
7
-36
/
+78
*
Remove some of the lwip asserts to allow use with 64-bit alignment.
Richard Barry
2014-06-10
2
-2
/
+4
*
Switch to using the private watchdog as the run time stats timer in the Zynq ...
Richard Barry
2014-06-10
7
-20
/
+56
*
Reorganise Zynq project after spitting lwIP example into a separate configura...
Richard Barry
2014-06-09
55
-155
/
+88
*
Move the Zynq's lwIP example from the Full demo into its own configuration as...
Richard Barry
2014-06-09
9
-53
/
+273
*
Update lwIP byte alignment to make Zynq pings more reliable.
Richard Barry
2014-06-09
4
-17
/
+33
*
Update RL78 GCC demo application after testing with fixed compiler.
Richard Barry
2014-06-05
13
-88
/
+52
*
Check in RL78 GCC port layer now it has been verified with the fixed compiler.
Richard Barry
2014-06-05
4
-0
/
+690
*
Complete RX64M GCC demo.
Richard Barry
2014-06-04
23
-356
/
+1538
*
Reverse order of projdefs.h and FreeRTOSConfig.h includes in FreeRTOS.h to al...
Richard Barry
2014-06-04
4
-31
/
+76
*
Add -nomessage command line option to RX64M demo to suppress warning about th...
Richard Barry
2014-05-29
5
-27
/
+28
*
Ensure demo app files are using FreeRTOS V8 names - a few were missed previou...
Richard Barry
2014-05-29
60
-422
/
+422
*
A few additional casts to keep the Renesas RX compiler happy.
Richard Barry
2014-05-29
3
-5
/
+6
[next]