mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-08-06 18:24:41 +08:00

* Add libslirp to the existing FreeRTOS+TCP static project * Update demos to run with libslirp * Add ipconfigUSE_LIBSLIRP * Call developer command prompt and update meson build options --------- Co-authored-by: Xiaodong Li <xiaodonn@amazon.com>
60 lines
712 B
Plaintext
60 lines
712 B
Plaintext
# Ignore MacOS file system related.
|
|
**/*.DS_Store*
|
|
|
|
# Ignore build results
|
|
[Dd]ebug/
|
|
[Dd]ebugPublic/
|
|
[Dd]ebug_with_Libslirp/
|
|
[Rr]elease/
|
|
[Rr]eleases/
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
[Ll]og/
|
|
[Ll]ogs/
|
|
|
|
# CodeWarrior temporary files
|
|
*.tdt
|
|
CWSettingsWindows.stg
|
|
|
|
# Executable Files
|
|
*.exe
|
|
*.hex
|
|
*.bin
|
|
*.elf
|
|
*.out
|
|
*.rom
|
|
|
|
# MS Word Files
|
|
*.doc
|
|
*.docx
|
|
|
|
# Visual Studio cache/options directory
|
|
.vs/
|
|
|
|
# Visual Studio Solution / project User Option files
|
|
*.suo
|
|
*.vcxproj.user
|
|
|
|
# Python Tools for Visual Studio (PTVS)
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Ignore certificate files.
|
|
*.pem
|
|
*.crt
|
|
|
|
# Ignore Visual Studio user files
|
|
*.suo
|
|
*.vcxproj.user
|
|
|
|
# Atmel Studio user files
|
|
*.atsuo
|
|
|
|
# Image Files
|
|
*.png
|
|
*.jpg
|
|
*.jpeg
|
|
|
|
# Renesas IDE temporary files
|
|
*.nav
|