Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not original .C sources #4

Open
x893 opened this issue Jan 28, 2023 · 0 comments
Open

Not original .C sources #4

x893 opened this issue Jan 28, 2023 · 0 comments

Comments

@x893
Copy link

x893 commented Jan 28, 2023

Hi,
why you use source files after preprocessor and not original ?
For example (too many files)

hardware\nrf52\3.5.3\cores\nRF5\external\nRF5_SDK\nRF5_SDK_17.0.2_d674dde\components\ble\ble_advertising\ble_advertising.c
(see text without markup)
`

1 "/home/jenkins/workspace/RUI_Release/rui-v3/external/nRF5_SDK/nRF5_SDK_17.0.2_d674dde/components/ble/ble_advertising/ble_advertising.c"

1 "/home/jenkins/workspace/RUI_Release/rui-v3//"

1 ""

#define STDC 1
#define STDC_VERSION 199901L
#define STDC_HOSTED 1
#define GNUC 10
#define GNUC_MINOR 2
#define GNUC_PATCHLEVEL 1
#define VERSION "10.2.1 20201103 (release)"
#define __ATOMIC_RELAXED 0
#define __ATOMIC_SEQ_CST 5
#define __ATOMIC_ACQUIRE 2
#define __ATOMIC_RELEASE 3
#define __ATOMIC_ACQ_REL 4
#define __ATOMIC_CONSUME 1
#define OPTIMIZE_SIZE 1
#define OPTIMIZE 1
#define FINITE_MATH_ONLY 0
#define SIZEOF_INT 4
#define SIZEOF_LONG 4
#define SIZEOF_LONG_LONG 8
#define SIZEOF_SHORT 2
#define SIZEOF_FLOAT 4
#define SIZEOF_DOUBLE 8
#define SIZEOF_LONG_DOUBLE 8
#define SIZEOF_SIZE_T 4
#define CHAR_BIT 8

`
or
cores/nRF5/external/lora/LoRaMac-node-4.4.7/src/radio/sx126x/radio.c
...

Thanks in advance
Mitek

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant