BenjaminSoelberg / openchronos-ng-elf

Fully modular opensource firmware for the eZ430 chronos using TI's new msp430-elf-gcc
GNU General Public License v3.0
59 stars 22 forks source link

Added accelerometer and pressure drivers for white PCB, and new modules. #62

Open HashakGik opened 5 years ago

HashakGik commented 5 years ago

My fork fixes issues #11 and #20 and defines the constants WHITE_PCB and BLACK_PCB for easier management of modules compatibility between the two eZ430-Chronos hardware versions.

Some new modules are added as well (see README.md).

BenjaminSoelberg commented 5 years ago

Hi HashakGik.

What a great pull request!

Thank you for all your great work

I look forward to fold your work into the master branch.

Feel free to keep them coming :-)

BenjaminSoelberg commented 5 years ago

(im working on adding the circle ci v2 build system to this project after the sunset of v1.0)

HashakGik commented 5 years ago

I'm glad you appreciate it.

A couple of things you should bear in mind when merging my fork:

About future commits I thing I'm going to take a looooooong pause: to preserve my sanity I had to give up making the SimpliciTI library work (on my local copy I made little to no progress from commit 2b32e7bf7874b56bb3e5e334fef6959eefa42042 , so it's not worth pushing it) due to the inhability to debug it (the code won't fit in the watch if compiled with -O0 and the watch behaves differently when connected to the debugger, even when compiled with -Os).

carlosgonz0 commented 4 years ago

Will this PR merged?