embedded-c
Here are 418 public repositories matching this topic...
Details
multiple nc request in keepalive fails to increase keepalive count.
Steps or code to reproduce the problem.
diff --git a/examples/test_proxy.c b/examples/test_proxy.c
index daba6e5..9a2c8ef 100644
--- a/examples/test_proxy.c
+++ b/examples/test_proxy.c
@@ -45,7 +45,8 @@ backend_cb(evhtp_request_t * backend_req, void * arg) {
evhtp_request_t * frontend_req = (evhtp
-
Updated
May 14, 2020 - C
-
Updated
Jul 1, 2020 - C++
add extra command line option parsing to add/remove/show routes.
-
Updated
Jun 24, 2020 - C
-
Updated
Mar 26, 2020 - C
-
Updated
Apr 4, 2020 - C
-
Updated
Jun 15, 2020 - C++
-
Updated
May 21, 2020 - C
-
Updated
Aug 4, 2019 - C
-
Updated
Dec 26, 2017
-
Updated
Apr 13, 2019 - C
-
Updated
Apr 7, 2020 - C
Describe the feature
This adds documentation as comments to functions, classes, namespaces, files, etc. throughout the code using doxygen macros.
Remove unit tests from documentation (as discussed today).
Relevant items from (#121):
Remove names after @file in Doxygen
Reason: Apparently we do not actually need any name after this tag, so we should just remove it using a script
-
Updated
Nov 23, 2018 - C
-
Updated
Jun 30, 2020 - C
-
Updated
Jul 19, 2019 - Jupyter Notebook
Basically need to run:
make debug RAM_START=0x00000000 FLASH_INIT=0x80000000
grep -A 10 -B 10 '<_start>' build/cortex-m4/cortex-m4.userland_debug.lst
for a few key apps and make sure that _start is in the correct place (it should be at 0x80000000):
Disassembly of section .text:
80000000 <_start>:
__attribute__ ((weak))
__attribute__ ((noreturn))
void _start(void* ap
-
Updated
Mar 23, 2019 - C
-
Updated
Jun 17, 2020 - C
-
Updated
Jan 24, 2015 - C++
-
Updated
May 11, 2020 - C++
-
Updated
Jun 23, 2020 - Haskell
-
Updated
Sep 3, 2018 - C
Notes
(Auto)Generate documentation for functions.
(just another tag is needed)
Possibly: replace the praeprocessor macros in syscall_stubs with
something own. Atm, the praeprocessor macros' arguments aren't
informative ( They have to be named a1,a2, and so on. )
and I've to adapt the tags anyway, in order to generate the autoheaders in include/gen
-
Updated
Feb 26, 2018 - C
-
Updated
Jan 4, 2020 - C
-
Updated
Jan 10, 2020 - C
Improve this page
Add a description, image, and links to the embedded-c topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the embedded-c topic, visit your repo's landing page and select "manage topics."


I added custom build step to my build system that regenerates .c and .h files for my .proto file.
Unfortunately, nanopb puts this comment with current time and date in them :
That makes git sad because files change on every build.
Is it possible to stop this comme