digidotcom / xbee_ansic_library

A collection of portable ANSI C code for communicating with Digi International's XBee wireless radio modules in API mode.
204 stars 116 forks source link

samples/posix/Makefile: Allow 'CC' compiler specification #22

Closed woodsts closed 4 years ago

woodsts commented 4 years ago

This commit uses 'CC' as the 'posix' compiler specification. The default remains the previous compiler choice (gcc). With this change, an architecture specific cross-compiler can be used to generate the sample programs.

tomlogic commented 4 years ago

Looks good. Can you update it to leave .gitignore as-is and then I'll merge it. I addressed the .gitignore problems in a recent commit that I just pushed up to GitHub.

woodsts commented 4 years ago

Okay. I will resend in the next hour or so.

Derald

On Tue, 24 Sep 2019, 19:02 Tom Collins, notifications@github.com wrote:

Looks good. Can you update it to leave .gitignore as-is and then I'll merge it. I addressed the .gitignore problems in a recent commit that I just pushed up to GitHub.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/digidotcom/xbee_ansic_library/pull/22?email_source=notifications&email_token=AAH6IVRT6NR4KU75D7YKNCLQLKTAPA5CNFSM4I2BTFIKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7QE3SA#issuecomment-534793672, or mute the thread https://github.com/notifications/unsubscribe-auth/AAH6IVTTMLTUOWMPWYBWPATQLKTAPANCNFSM4I2BTFIA .

woodsts commented 4 years ago

The .gitignore modifications have now been removed from the patch.

woodsts commented 4 years ago

Sorry for closing. I hit the wrong button.

tomlogic commented 4 years ago

Thanks for this contribution. Let us know if there are other features you'd like to see added to the library, or changes to help support your cross-compiling.