Oscar Michael Abrina
10842c9189
Relocate logging sources under FreeRTOS-Plus/Source/Logging ( #354 )
...
As suggested, because logging_stack.h and logging_levels.h are used not only by demos but also by platform-specific transport code, it would make sense to move FreeRTOS-Plus/Demos/Common/Logging to FreeRTOS-Plus/Source/Logging. The same is done for demo_logging.c and demo_logging.h, which are duplicated by several demos. Win32.vcxproj project files are also updated to follow suite.
2020-10-20 20:31:54 -07:00
Cobus van Eeden
d5862dbe01
Sync back V10.4.1 ( #282 )
...
* Move Kernel submodule pointer to 10.4.1
* Update version number to V10.4.1 (#281 )
2020-09-17 17:16:33 -07:00
David Chalco
89d475e9b1
Update Version number to 10.4.0 ( #237 )
2020-09-10 19:40:24 -07:00
Cobus van Eeden
759fe85853
Tracelyzer version updates ( #261 )
...
* Update Tracelyzer version numbers
2020-09-10 18:52:20 -07:00
alfred gedeon
0f5e3aa88a
Fix: Typo in posix networking demo ( #259 )
...
Co-authored-by: Alfred Gedeon <gedeonag@amazon.com>
2020-09-10 18:05:34 -07:00
Cobus van Eeden
d0cff20709
Added some URL files and move submodule pointer along ( #254 )
2020-09-09 14:31:07 -07:00
Cobus van Eeden
f78ee3536a
Reset error message on next check and update interval to 10s
2020-09-09 01:27:53 -07:00
Cobus van Eeden
04cf45fdbc
Increase tracelyzer parameters to accomodate full demo scope
2020-09-09 01:26:46 -07:00
Cobus van Eeden
34d9175ce0
Sync main_full demo to match the Windows Simulator test list
2020-09-09 00:02:07 -07:00
Cobus van Eeden
0d571fb2f1
Implement dumping the Tracelyzer trace when pressing enter ( #252 )
...
* Test: Press Enter to Trace dump on posix demo
* Test: allow tracedump multiple times
* Fix: main full demo
2020-09-09 00:02:07 -07:00
Cobus van Eeden
9b8258504c
Added -D_WINDOWS_ which expands the timing margin on the Linux port full demo, and turned optimization off for better debugging
2020-09-08 22:47:11 -07:00
Cobus van Eeden
c0df730de7
Various small formatting and wording changes in Linux demo
2020-09-08 20:51:54 -07:00
Ming Yue
8ada8156e0
Fix the Posix port demo libpcap lib linking order issue in staic linking for WSL. ( #251 )
2020-09-08 18:24:28 -07:00
Cobus van Eeden
27d341e5ab
Fixed spelling in main.c
2020-09-08 18:12:22 -07:00
alfred gedeon
939daef2f2
Fix: Make demo selector more user friendly ( #249 )
...
Co-authored-by: Alfred Gedeon <gedeonag@amazon.com>
2020-09-08 14:50:15 -07:00
Cobus van Eeden
21644934d7
Removed reference to kbhit() which is no longer in the code
2020-09-08 14:43:56 -07:00
Cobus van Eeden
bcc41c97fd
Fix references to Linux instead of Windows
2020-09-08 14:42:09 -07:00
alfred gedeon
6b502b5dd3
Build: replace scons with makefile ( #235 )
...
* Build: transform scons into Makefile
* Build: add Makefile dependencies
* Build: remove some tabs from Makefile
* Build: Make builds out of source, move wait for event to kernel port
* Test: update the full test to print status messages
* Build: replace lpthread with pthread
Co-authored-by: Alfred Gedeon <gedeonag@amazon.com>
2020-09-04 18:06:21 -07:00
alfred gedeon
638262fab1
Fix Posix demo build and remove src directory ( #213 )
...
* Fix: build errors, remove src directory and bring all files up
* Fix: Remove not needed header
* Doc: fix main comments
* Doc: fix comment
Co-authored-by: Alfred Gedeon <gedeonag@amazon.com>
2020-08-27 00:41:42 -07:00
Aniruddha Kanhere
f2611cc5e5
MISRA compliance changes in FreeRTOS_Sockets{.c/.h} ( #161 )
...
* MISRA changes Sockets
* add other changes
* Update FreeRTOSIPConfig.h
* Update FreeRTOSIPConfig.h
* Update FreeRTOSIPConfig.h
* Update FreeRTOSIPConfig.h
* correction
* Add 'U'
* Update FreeRTOS_Sockets.h
* Update FreeRTOS_Sockets.h
* Update FreeRTOS_Sockets.c
* Update FreeRTOS_Sockets.h
* Update after Gary's comments
* Correction reverted
2020-07-29 15:38:37 -07:00
alfred gedeon
6557291e54
Test: Add Linux Networking support with demo application ( #71 )
...
* Test: Add Linux Networking support with demo application
* Test: revert files affected by uncrustify
* Test: revert files affected by uncrustify
Co-authored-by: Alfred Gedeon <gedeonag@amazon.com>
Co-authored-by: Yuhui Zheng <10982575+yuhui-zheng@users.noreply.github.com>
2020-05-27 14:44:33 -07:00
David Vrabel
9f316c246b
Demo/Posix_GCC: add demo application for Posix port using GCC
...
This is largely a copy of the Windows demo application with a few key
changes:
- heap_3 (use malloc()/free()) so tools like valgrind "just work".
- printf() wrapped in a mutex to prevent deadlocks on the internal
pthread mutexes inside printf().
SCons (https://scons.org/ ) is used as the build system.
This will be built as a 64-bit application, but note that the memory
allocation trace points only record the lower 32-bits of the address.
2020-03-24 13:46:18 -07:00