Skip to content

Commit

Permalink
Remove page buffer support
Browse files Browse the repository at this point in the history
  • Loading branch information
Major Lin committed Nov 25, 2023
1 parent 6d2168d commit 5b32cbb
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 24 deletions.
4 changes: 0 additions & 4 deletions pyocd/target/builtin/target_ytm32b1ha0.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@
'analyzer_address' : 0x00000000,
# Enable double buffering
'page_buffers' : [
0x20060240,
0x20060640
],
'min_program_length' : 0x400,

Expand Down Expand Up @@ -122,8 +120,6 @@
'analyzer_address' : 0x00000000,
# Enable double buffering
'page_buffers' : [
0x20060260,
0x20060360
],
'min_program_length' : 0x100,

Expand Down
4 changes: 0 additions & 4 deletions pyocd/target/builtin/target_ytm32b1ld0.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@
'analyzer_address' : 0x00000000,
# Enable double buffering
'page_buffers' : [
0x20000140,
0x20000240
],
'min_program_length' : 0x100,

Expand Down Expand Up @@ -106,8 +104,6 @@
'analyzer_address' : 0x00000000,
# Enable double buffering
'page_buffers' : [
0x20000150,
0x20000250
],
'min_program_length' : 0x100,

Expand Down
4 changes: 0 additions & 4 deletions pyocd/target/builtin/target_ytm32b1le0.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@
'analyzer_address' : 0x00000000,
# Enable double buffering
'page_buffers' : [
0x20000140,
0x20000148
],
'min_program_length' : 0x8,

Expand Down Expand Up @@ -105,8 +103,6 @@
'analyzer_address' : 0x00000000,
# Enable double buffering
'page_buffers' : [
0x20000140,
0x20000148
],
'min_program_length' : 0x8,

Expand Down
8 changes: 2 additions & 6 deletions pyocd/target/builtin/target_ytm32b1mc0.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@
'analyzer_address' : 0x00000000,
# Enable double buffering
'page_buffers' : [
0x20000200,
0x20000300
],
'min_program_length' : 0x100,

Expand Down Expand Up @@ -110,16 +108,14 @@
'pc_eraseAll': 0x2000012d,

'static_base' : 0x20000000 + 0x00000004 + 0x00000210,
'begin_stack' : 0x20001420,
'end_stack' : 0x20000420,
'begin_stack' : 0x20002420,
'end_stack' : 0x20001420,
'begin_data' : 0x20000000 + 0x1000,
'page_size' : 0x100,
'analyzer_supported' : False,
'analyzer_address' : 0x00000000,
# Enable double buffering
'page_buffers' : [
0x20000220,
0x20000320
],
'min_program_length' : 0x100,

Expand Down
2 changes: 0 additions & 2 deletions pyocd/target/builtin/target_ytm32b1md1.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@
'analyzer_address' : 0x00000000,
# Enable double buffering
'page_buffers' : [
0x20000140,
0x20000148
],
'min_program_length' : 0x8,

Expand Down
4 changes: 0 additions & 4 deletions pyocd/target/builtin/target_ytm32b1me0.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@
'analyzer_address' : 0x00000000,
# Enable double buffering
'page_buffers' : [
0x20000140,
0x20000148
],
'min_program_length' : 0x8,

Expand Down Expand Up @@ -105,8 +103,6 @@
'analyzer_address' : 0x00000000,
# Enable double buffering
'page_buffers' : [
0x20000140,
0x20000148
],
'min_program_length' : 0x8,

Expand Down

0 comments on commit 5b32cbb

Please sign in to comment.