VK6TT / stm8ef-nRF24L01-

To allow the stm8ef barebones board to interface with a nRF24L01+
8 stars 3 forks source link

Terminal/e4thcom dual-mode, lots of editing #7

Closed TG9541 closed 6 years ago

TG9541 commented 6 years ago

Hi Richard, this pull request has three goals:

  1. allow efficient program/edit cycle even without e4thcom
  2. split library code, board configuration, and application (work in progress)
  3. editing: allow usage in a case-sensitive systems, try to use "Brody style"

1.) will speed up your programming cycle with "dumb terminals" quite a bit It works in the following way:

2.) I'm trying to find a way for splitting core code from configuration, ans application code from the latter. This is a bit tricky.

3.) Uniform formatting is nitpicking but lower/uppercase is a question of compatibility with the CORE binary.