2ecf7f547d
[gitignore] ignore nexus unit test binaries ( #11134 )
...
Ignore unit test binaries. For example, `tests/nexus/nexus_border_agent`.
2025-01-08 10:44:07 -08:00
eb468b4e6d
[gitignore] ignore files in ot_testing folder ( #10591 )
...
ot_testing/* are generated when running "script/test cert_suite"
2024-08-08 08:37:19 -06:00
72f2df87ed
[gitignore] do not ignore .cmake files ( #10247 )
2024-05-16 10:21:16 -07:00
6724a0bd85
[gitignore] add more temp files to .gitignore
( #10243 )
2024-05-15 14:04:13 -07:00
6f0b62ff39
[gitignore] ignore files genereated by running toranj unit tests ( #10242 )
2024-05-15 10:29:29 -07:00
de5afd0e36
[build] cleanup autotools references ( #9242 )
2023-06-30 15:14:13 -07:00
7fc5525928
[gitignore] ignore ctags file ( #6617 )
2021-05-12 16:03:02 -07:00
1704d19035
[git] ignore vscode configuration files ( #6498 )
2021-04-27 21:48:55 -07:00
31c7208ac8
[gitignore] ignore more files ( #5518 )
...
This commit ignore more files from git:
- C-Lion / IDEA project files
- Python bytecode in __pycache__
- PCAP files
2020-09-14 08:42:26 -07:00
d164146010
[test] print debug info when expect tests fail ( #5181 )
...
This stores debug logs from expect and prints them if a test fails to
enable easier debugging.
2020-07-03 09:29:54 -07:00
7f25092938
[git] ignore temporary swap files created by editor ( #4618 )
2020-03-02 17:58:07 -08:00
b598fa337c
[cmake] initial implementation ( #4112 )
2019-11-26 00:53:35 +08:00
6adff12a7e
[git] add *.flash to gitignore ( #4042 )
...
Also remove files accidentally checked in.
2019-07-31 17:58:42 -07:00
496742762d
[nlbuild-autotools] ignore autoconf files modified by bootstrap ( #2794 )
2018-06-15 09:31:42 -07:00
e937542990
[debug] add debug uart ( #2082 )
2017-08-24 10:28:01 -07:00
6a1851106a
[platform] support for Texas Instruments cc2652 ( #2011 )
...
* Add support for cc2652
Updated CC26XXware to latest release.
Moved CC26XXware to match the SimpleLink cc26x2 SDK directory structure.
Added CC2652 Platform support
2017-07-25 10:04:42 -07:00
73564c399a
Add implementations for strlcpy/strlcat when missing ( #737 )
...
This commit shows how to add implementations of missing functions for
platforms where those functions are not present. In this case we are
adding the `strlcpy()` and `strlcat()`, which are "safe" replacements
for `strncpy()` and `strncat()` that behave in a way more consistent
with developer expectations.
After this commit, adding additional replacements for missing
functions should be fairly straightforward.
[1]: http://stackoverflow.com/questions/3821916/how-to-merge-two-ar-static-libraries-into-one
[2]: https://www.gnu.org/software/automake/manual/html_node/Libtool-Convenience-Libraries.html
2017-03-27 10:06:36 -07:00
127eb435d8
Basic Vagrantfile for simulation ( #1501 )
...
* Basic Vagrantfile for simulation
2017-03-24 23:05:57 -07:00
851027d912
Add an initial Windows Universal App for OpenThread ( #951 )
...
* Add an initial Windows Universal App for OpenThread
2016-11-09 23:25:34 +08:00
9a2beff1e9
Windows Core Build Support ( #582 )
...
* Support #define to overwrite what openthread-config file to use, since Windows does support autoconf.
2016-09-19 12:00:30 -07:00
f7b42672ab
Add *.orig, build, and output to .gitignore. ( #420 )
2016-08-18 12:23:25 -07:00
4f9945c533
Initial commit
2016-05-10 22:49:53 -07:00