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

added receive functionality to the cc26x0 uart #2

Open
wants to merge 34 commits into
base: master
Choose a base branch
from

Commits on Apr 26, 2018

  1. working RX (using console app)

    Daniel Cellucci committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    42e568f View commit details
    Browse the repository at this point in the history
  2. ran make formatall

    Daniel Cellucci committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    ee65277 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2018

  1. added receive functionality to the cc26x0 uart

    Daniel Cellucci committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    ff28980 View commit details
    Browse the repository at this point in the history
  2. ran make formatall

    Daniel Cellucci committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    f337df4 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2018

  1. added statically allocated DMA control table section

    Daniel Cellucci committed Apr 29, 2018
    Configuration menu
    Copy the full SHA
    bce1788 View commit details
    Browse the repository at this point in the history
  2. started setting up DMA- added statically allocated arrays for DMA con…

    …trol table, in the linker and main.rs and verified their locations in memory. dma_control_table: 0x20002000, app_memory: 0x20002400. App memory actually has more space than before (not sure if the top of the ram was being used)
    Daniel Cellucci committed Apr 29, 2018
    Configuration menu
    Copy the full SHA
    a0ae70e View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2018

  1. working aligned DMA CTRL Table without using custom linker

    Daniel Cellucci committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    d2da82f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'launchpad-uart-rx' into cc26x0-uart-rx

    Daniel Cellucci committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    49021c4 View commit details
    Browse the repository at this point in the history
  3. cleaned up a few comments, working aligned DMA control table without …

    …modding the linker
    Daniel Cellucci committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    7ce18c7 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2018

  1. working configuration (right now using a private static array inside …

    …udma
    Daniel Cellucci committed May 1, 2018
    Configuration menu
    Copy the full SHA
    1d978a2 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

  1. tried to implement register changes

    Daniel Cellucci committed May 7, 2018
    Configuration menu
    Copy the full SHA
    6d1a4e3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'launchpad-uart-rx' into cc26x0-uart-rx

    Daniel Cellucci committed May 7, 2018
    Configuration menu
    Copy the full SHA
    d5cd118 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

  1. static block initialization, nothing fancy

    Daniel Cellucci committed May 8, 2018
    Configuration menu
    Copy the full SHA
    72a1d75 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'launchpad-uart-rx' into cc26x0-uart-rx

    Daniel Cellucci committed May 8, 2018
    Configuration menu
    Copy the full SHA
    8ba03bd View commit details
    Browse the repository at this point in the history
  3. successfully builds

    Daniel Cellucci committed May 8, 2018
    Configuration menu
    Copy the full SHA
    a58c54d View commit details
    Browse the repository at this point in the history
  4. removed copy clone derive from core, still builds

    Daniel Cellucci committed May 8, 2018
    Configuration menu
    Copy the full SHA
    8d0d23f View commit details
    Browse the repository at this point in the history

Commits on May 20, 2018

  1. ram overflow...

    Daniel Cellucci committed May 20, 2018
    Configuration menu
    Copy the full SHA
    aa229b2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'launchpad-uart-rx' into cc26x0-uart-rx

    Daniel Cellucci committed May 20, 2018
    Configuration menu
    Copy the full SHA
    8c4ba6b View commit details
    Browse the repository at this point in the history
  3. ready for testing

    Daniel Cellucci committed May 20, 2018
    Configuration menu
    Copy the full SHA
    dfadaf3 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. working TX

    Daniel Cellucci committed May 22, 2018
    Configuration menu
    Copy the full SHA
    30ac41d View commit details
    Browse the repository at this point in the history
  2. added the buffer vector to the right spot

    Daniel Cellucci committed May 22, 2018
    Configuration menu
    Copy the full SHA
    1d45bf0 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. working transmit/receive (finally)

    Daniel Cellucci committed May 23, 2018
    Configuration menu
    Copy the full SHA
    523fbaf View commit details
    Browse the repository at this point in the history
  2. changed main.rs to be compatible with sensortag pinouts (forgot to wo…

    …rk in a separate branch lol)
    Daniel Cellucci committed May 23, 2018
    Configuration menu
    Copy the full SHA
    469b0d1 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. made requested changes

    Daniel Cellucci committed May 24, 2018
    Configuration menu
    Copy the full SHA
    cb97e27 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2018

  1. merged updated master

    Daniel Cellucci committed May 29, 2018
    Configuration menu
    Copy the full SHA
    252d7dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    202d8e9 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'launchpad-uart-rx' into cc26x0-uart-rx

    Daniel Cellucci committed May 29, 2018
    Configuration menu
    Copy the full SHA
    603cbc9 View commit details
    Browse the repository at this point in the history
  4. changing sleep settings

    Daniel Cellucci committed May 29, 2018
    Configuration menu
    Copy the full SHA
    91e1975 View commit details
    Browse the repository at this point in the history
  5. removed extraneous comments

    Daniel Cellucci committed May 29, 2018
    Configuration menu
    Copy the full SHA
    836b78a View commit details
    Browse the repository at this point in the history
  6. added launchpad board definition

    Daniel Cellucci committed May 29, 2018
    Configuration menu
    Copy the full SHA
    51ad227 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. added code for io.rs

    dcellucc committed May 30, 2018
    Configuration menu
    Copy the full SHA
    7eeede2 View commit details
    Browse the repository at this point in the history
  2. merged in latest master updates

    Daniel Cellucci committed May 30, 2018
    Configuration menu
    Copy the full SHA
    78f9e75 View commit details
    Browse the repository at this point in the history
  3. addressed compiler warnings

    Daniel Cellucci committed May 30, 2018
    Configuration menu
    Copy the full SHA
    e2af3c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2018

  1. removed commented code

    Daniel Cellucci committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    1a5081b View commit details
    Browse the repository at this point in the history