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

applet.program.psoc1: implemented #672

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
b30c41e
applet.program.psoc1: implemented
purdeaandrei Aug 22, 2024
7551fc2
applet.program.psoc1: simplify CMD_READ_BYTE, have the address genera…
purdeaandrei Aug 23, 2024
a740593
applet.program.psoc1: simplify state machine, move zero bits generati…
purdeaandrei Aug 23, 2024
3c3640f
applet.program.psoc1: simplify state machine further by eliminating t…
purdeaandrei Aug 23, 2024
d640ee1
applet.program.psoc1: clean up references to ISSP specs
purdeaandrei Aug 23, 2024
afcd4df
use fifo stream interface
purdeaandrei Aug 25, 2024
43d5d5f
power-cycle mode: only consider doing SDATA polling at the beginning …
purdeaandrei Aug 25, 2024
b70e376
Use Amaranth enums for command, and use switch statement for command …
purdeaandrei Aug 25, 2024
bf7e095
Change amaranth code to use struct and union, and update bit position…
purdeaandrei Aug 25, 2024
d7b0b96
move hardcoded bit offsets into globals, and add some asserts to chec…
purdeaandrei Aug 25, 2024
516138e
Use PinDriver class to make things more readable
purdeaandrei Aug 25, 2024
0d026ae
add docstrings to timer functions
purdeaandrei Aug 25, 2024
3382352
fix typo
purdeaandrei Sep 1, 2024
66a7d23
read-flash command: modify help string to say 'save' instead of 'write'
purdeaandrei Sep 7, 2024
7b4552a
Add wait_pending to bulk erase
purdeaandrei Sep 7, 2024
687673b
Implemented block erase for RevK/RevL devices
purdeaandrei Sep 7, 2024
2670c02
read-flash: now accepts --first-block/bank and --block-count
purdeaandrei Sep 7, 2024
b518e50
partial program
purdeaandrei Sep 7, 2024
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
Loading
Loading