wwarthen / RomWBW

System Software for Z80/Z180/Z280 Computers
GNU Affero General Public License v3.0
323 stars 93 forks source link

Dev #359

Closed danwerner21 closed 10 months ago

danwerner21 commented 10 months ago

This should correct a few issues with the ESP32 driver. All of the lines that I changed should be tagged with my initials. These changes have been tested on the Duodyne, but should not have any issues on the Nhyodyne.

The only file modified should be esp.asm, however a "make clean" was executed prior to commit.

wwarthen commented 10 months ago

Hi @danwerner21,

Thanks for this. Changes to esp.asm look great. The PR has 33 files changed though. I don't really want to take all of that and then try to clean it up.

I can just extract the esp.asm changes and check that in if you want. Alternatively, if you want to try and get the PR down to just esp.asm, that would be great.

Let me know what you think.

Thanks,

Wayne

danwerner21 commented 10 months ago

I am not sure what is going on with the other files as they all appear to be binary adds. Is there a different cleanup script I should be running other than “make clean”?

I started this effort with a clean clone of your dev branch, and only changed the esp.asm. (although I did temporarily create a custom DUO configuration, but ended up deleting it).

Dan

From: Wayne Warthen @.> Sent: Saturday, September 16, 2023 2:20 PM To: wwarthen/RomWBW @.> Cc: danwerner21 @.>; Mention @.> Subject: Re: [wwarthen/RomWBW] Dev (PR #359)

Hi @danwerner21 https://github.com/danwerner21 ,

Thanks for this. Changes to esp.asm look great. The PR has 33 files changed though. I don't really want to take all of that and then try to clean it up.

I can just extract the esp.asm changes and check that in if you want. Alternatively, if you want to try and get the PR down to just esp.asm, that would be great.

Let me know what you think.

Thanks,

Wayne

— Reply to this email directly, view it on GitHub https://github.com/wwarthen/RomWBW/pull/359#issuecomment-1722297920 , or unsubscribe https://github.com/notifications/unsubscribe-auth/APNGMV6RTMNXAAFNPJFO5KLX2X3VXANCNFSM6AAAAAA43CEM74 . You are receiving this because you were mentioned. https://github.com/notifications/beacon/APNGMVY3R5HTSE7ILEM3NLTX2X3VXA5CNFSM6AAAAAA43CEM76WGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTGVAXEA.gif Message ID: @. @.> >

wwarthen commented 10 months ago

Hmmm... make clean should have done it. Did you run it from the high-level directory (RomWBW itself)?

danwerner21 commented 10 months ago

yup -- I am going to try this again. I need to figure out why I cannot get you a clean PR.