8000 jacdac support for NRF52 and ESP32 by mmoskal · Pull Request #1 · mmoskal/circuitpython · GitHub
[go: up one dir, main page]

Skip to content

jacdac support for NRF52 and ESP32 #1

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

Draft
wants to merge 34 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
4105063
add JACDAC to shared-bindings
jamesadevine Aug 6, 2020
7fb1cd6
add JACDAC to common-hal
MannuLambrichts Aug 17, 2020
1820bd5
first working version of the JACDAC protocol
MannuLambrichts Aug 20, 2020
ba8cf68
code cleanup, bugfixes and improvements
MannuLambrichts Aug 24, 2020
5d39350
Working transmit and receive
jamesadevine Oct 2, 2020
a97bb4c
remove lto for fast builds
jamesadevine Oct 2, 2020
1b3884c
fix time out code
jamesadevine Oct 5, 2020
0fd6e21
Merge remote-tracking branch 'upstream/main' into main
jamesadevine Oct 5, 2020
b4ff27d
Merge branch 'main' into buffer-patch
jamesadevine Oct 5, 2020
8544cd2
complete phys imp
jamesadevine Oct 5, 2020
f8be8ed
feature complete
jamesadevine Oct 6, 2020
443c7ad
re-add lto in Makefile
jamesadevine Oct 6, 2020
54184f2
remove jd_test folder
jamesadevine Oct 6, 2020
7cf9076
return consistent data type from JD shared bindings
jamesadevine Oct 6, 2020
c2598b2
fixup reset code and remove uneccessary panic
jamesadevine Oct 6, 2020
c1f409b
Merge pull request #1 from jamesadevine/buffer-patch
jamesadevine Oct 6, 2020
0f40eb9
Merge remote-tracking branch 'james/jacdac' into jacdac2
mmoskal Jun 17, 2021
8435f68
format with tools/codeformat.py
mmoskal Jun 17, 2021
3510372
add some comments
mmoskal Jun 23, 2021
8a9a03d
start on jacdac busio rewrite
mmoskal Jun 23, 2021
ddaa04a
Add packet queues
mmoskal Jun 24, 2021
12b7307
Start on jacdac common-hal
mmoskal Jun 24, 2021
04d0a38
port Jacdac single wire serial impl
mmoskal Jun 25, 2021
41db49c
Fixes
mmoskal Jun 26, 2021
a466d93
Add dmesg
mmoskal Jun 28, 2021
b935fdd
Implement jacdac_reset()
mmoskal Jun 28, 2021
5216e2a
reception fixes
mmoskal Jun 29, 2021
ec45fcc
allow unix build
mmoskal Jul 7, 2021
864908e
Fix some races
mmoskal Jul 7, 2021
f2e14e5
fix timeout value
mmoskal Jul 7, 2021
165b5e5
Don't blow up when VM is stopped
mmoskal Jul 8, 2021
7875ce5
rewrite JACDAC.hash
mmoskal Jul 8, 2021
78e4ac0
add msr jacdac iot board
mmoskal Jul 9, 2021
98a3e38
Add busio.JACDAC.uid()
mmoskal Jul 9, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
code cleanup, bugfixes and improvements
  • Loading branch information
MannuLambrichts committed Aug 24, 2020
commit ba8cf68b2308ced81b29cb0f7ddb11f8b68ef6b6
Loading
0