RAKWireless / RAK-nRF52-RUI

RUI3 BSP for RAK4630/RAK4631 modules
Other
7 stars 3 forks source link

Not original .C sources #4

Open x893 opened 1 year ago

x893 commented 1 year ago

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