-
Notifications
You must be signed in to change notification settings - Fork 5
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
base: master
Are you sure you want to change the base?
Commits on Apr 26, 2018
-
working RX (using console app)
Daniel Cellucci committedApr 26, 2018 Configuration menu - View commit details
-
Copy full SHA for 42e568f - Browse repository at this point
Copy the full SHA 42e568fView commit details -
Daniel Cellucci committed
Apr 26, 2018 Configuration menu - View commit details
-
Copy full SHA for ee65277 - Browse repository at this point
Copy the full SHA ee65277View commit details
Commits on Apr 27, 2018
-
added receive functionality to the cc26x0 uart
Daniel Cellucci committedApr 27, 2018 Configuration menu - View commit details
-
Copy full SHA for ff28980 - Browse repository at this point
Copy the full SHA ff28980View commit details -
Daniel Cellucci committed
Apr 27, 2018 Configuration menu - View commit details
-
Copy full SHA for f337df4 - Browse repository at this point
Copy the full SHA f337df4View commit details
Commits on Apr 29, 2018
-
added statically allocated DMA control table section
Daniel Cellucci committedApr 29, 2018 Configuration menu - View commit details
-
Copy full SHA for bce1788 - Browse repository at this point
Copy the full SHA bce1788View commit details -
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 committedApr 29, 2018 Configuration menu - View commit details
-
Copy full SHA for a0ae70e - Browse repository at this point
Copy the full SHA a0ae70eView commit details
Commits on Apr 30, 2018
-
working aligned DMA CTRL Table without using custom linker
Daniel Cellucci committedApr 30, 2018 Configuration menu - View commit details
-
Copy full SHA for d2da82f - Browse repository at this point
Copy the full SHA d2da82fView commit details -
Merge branch 'launchpad-uart-rx' into cc26x0-uart-rx
Daniel Cellucci committedApr 30, 2018 Configuration menu - View commit details
-
Copy full SHA for 49021c4 - Browse repository at this point
Copy the full SHA 49021c4View commit details -
cleaned up a few comments, working aligned DMA control table without …
…modding the linker
Daniel Cellucci committedApr 30, 2018 Configuration menu - View commit details
-
Copy full SHA for 7ce18c7 - Browse repository at this point
Copy the full SHA 7ce18c7View commit details
Commits on May 1, 2018
-
working configuration (right now using a private static array inside …
…udma
Daniel Cellucci committedMay 1, 2018 Configuration menu - View commit details
-
Copy full SHA for 1d978a2 - Browse repository at this point
Copy the full SHA 1d978a2View commit details
Commits on May 7, 2018
-
tried to implement register changes
Daniel Cellucci committedMay 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 6d1a4e3 - Browse repository at this point
Copy the full SHA 6d1a4e3View commit details -
Merge branch 'launchpad-uart-rx' into cc26x0-uart-rx
Daniel Cellucci committedMay 7, 2018 Configuration menu - View commit details
-
Copy full SHA for d5cd118 - Browse repository at this point
Copy the full SHA d5cd118View commit details
Commits on May 8, 2018
-
static block initialization, nothing fancy
Daniel Cellucci committedMay 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 72a1d75 - Browse repository at this point
Copy the full SHA 72a1d75View commit details -
Merge branch 'launchpad-uart-rx' into cc26x0-uart-rx
Daniel Cellucci committedMay 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 8ba03bd - Browse repository at this point
Copy the full SHA 8ba03bdView commit details -
Daniel Cellucci committed
May 8, 2018 Configuration menu - View commit details
-
Copy full SHA for a58c54d - Browse repository at this point
Copy the full SHA a58c54dView commit details -
removed copy clone derive from core, still builds
Daniel Cellucci committedMay 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 8d0d23f - Browse repository at this point
Copy the full SHA 8d0d23fView commit details
Commits on May 20, 2018
-
Daniel Cellucci committed
May 20, 2018 Configuration menu - View commit details
-
Copy full SHA for aa229b2 - Browse repository at this point
Copy the full SHA aa229b2View commit details -
Merge branch 'launchpad-uart-rx' into cc26x0-uart-rx
Daniel Cellucci committedMay 20, 2018 Configuration menu - View commit details
-
Copy full SHA for 8c4ba6b - Browse repository at this point
Copy the full SHA 8c4ba6bView commit details -
Daniel Cellucci committed
May 20, 2018 Configuration menu - View commit details
-
Copy full SHA for dfadaf3 - Browse repository at this point
Copy the full SHA dfadaf3View commit details
Commits on May 22, 2018
-
Daniel Cellucci committed
May 22, 2018 Configuration menu - View commit details
-
Copy full SHA for 30ac41d - Browse repository at this point
Copy the full SHA 30ac41dView commit details -
added the buffer vector to the right spot
Daniel Cellucci committedMay 22, 2018 Configuration menu - View commit details
-
Copy full SHA for 1d45bf0 - Browse repository at this point
Copy the full SHA 1d45bf0View commit details
Commits on May 23, 2018
-
working transmit/receive (finally)
Daniel Cellucci committedMay 23, 2018 Configuration menu - View commit details
-
Copy full SHA for 523fbaf - Browse repository at this point
Copy the full SHA 523fbafView commit details -
changed main.rs to be compatible with sensortag pinouts (forgot to wo…
…rk in a separate branch lol)
Daniel Cellucci committedMay 23, 2018 Configuration menu - View commit details
-
Copy full SHA for 469b0d1 - Browse repository at this point
Copy the full SHA 469b0d1View commit details
Commits on May 24, 2018
-
Daniel Cellucci committed
May 24, 2018 Configuration menu - View commit details
-
Copy full SHA for cb97e27 - Browse repository at this point
Copy the full SHA cb97e27View commit details
Commits on May 29, 2018
-
Daniel Cellucci committed
May 29, 2018 Configuration menu - View commit details
-
Copy full SHA for 252d7dd - Browse repository at this point
Copy the full SHA 252d7ddView commit details -
UART tx works but not rx. maybe it's not waking up from sleep?
Daniel Cellucci committedMay 29, 2018 Configuration menu - View commit details
-
Copy full SHA for 202d8e9 - Browse repository at this point
Copy the full SHA 202d8e9View commit details -
Merge branch 'launchpad-uart-rx' into cc26x0-uart-rx
Daniel Cellucci committedMay 29, 2018 Configuration menu - View commit details
-
Copy full SHA for 603cbc9 - Browse repository at this point
Copy the full SHA 603cbc9View commit details -
Daniel Cellucci committed
May 29, 2018 Configuration menu - View commit details
-
Copy full SHA for 91e1975 - Browse repository at this point
Copy the full SHA 91e1975View commit details -
Daniel Cellucci committed
May 29, 2018 Configuration menu - View commit details
-
Copy full SHA for 836b78a - Browse repository at this point
Copy the full SHA 836b78aView commit details -
added launchpad board definition
Daniel Cellucci committedMay 29, 2018 Configuration menu - View commit details
-
Copy full SHA for 51ad227 - Browse repository at this point
Copy the full SHA 51ad227View commit details
Commits on May 30, 2018
-
dcellucc committed
May 30, 2018 Configuration menu - View commit details
-
Copy full SHA for 7eeede2 - Browse repository at this point
Copy the full SHA 7eeede2View commit details -
merged in latest master updates
Daniel Cellucci committedMay 30, 2018 Configuration menu - View commit details
-
Copy full SHA for 78f9e75 - Browse repository at this point
Copy the full SHA 78f9e75View commit details -
Daniel Cellucci committed
May 30, 2018 Configuration menu - View commit details
-
Copy full SHA for e2af3c0 - Browse repository at this point
Copy the full SHA e2af3c0View commit details
Commits on Jun 1, 2018
-
Daniel Cellucci committed
Jun 1, 2018 Configuration menu - View commit details
-
Copy full SHA for 1a5081b - Browse repository at this point
Copy the full SHA 1a5081bView commit details