The Wayback Machine - https://web.archive.org/web/20200702000105/https://github.com/topics/embedded-c
Skip to content
#

embedded-c

Here are 418 public repositories matching this topic...

Amomum
Amomum commented Mar 27, 2018

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 :

/* Automatically generated nanopb constant definitions */
/* Generated by nanopb-0.3.9 at Mon Mar 26 19:15:47 2018. */

That makes git sad because files change on every build.

Is it possible to stop this comme

tturbs
tturbs commented Dec 31, 2019

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
rfairley
rfairley commented Jan 12, 2019

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

bradjc
bradjc commented Jun 6, 2018

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

This repository contains all my practice codes of TM4C123GXL coded in CCS7. The Texas Instruments Tiva C LaunchPad board TM4C123G is used for the code. The TM4C123GXL Launchpad has the TM4C123GH6PM microcontroller which is based on the ARM Cortex-M4F microcontroller architecture and clocked at 80 MHz (with 100 DMIPS)

  • Updated Jun 17, 2020
  • C
Open

Notes

7
michael105
michael105 commented Mar 20, 2019

(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

Improve this page

Add a description, image, and links to the embedded-c topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.