WIP: preparation of serial support on the long run #22

Closed
Slyvtt wants to merge 4 commits from (deleted):dev into dev
First-time contributor

All changed focused on SH7305 (SH4)

  • Added SCIF description in <include/gint/mpu/scif.h> with SH7305_SCIF definition
  • Added PFC description in <include/gint/mpu/scif.h> with SH7305_PFC definition
  • Added <include/gint/serial.h> with method prototypes (aiming at mimicing OS Syscall terminology)
  • Added <src/scif/scif.c> with methods code (currently empty, no code done yet)

next coming soon (I hope) with code within the methods ...

All changed focused on SH7305 (SH4) * Added SCIF description in <include/gint/mpu/scif.h> with SH7305_SCIF definition * Added PFC description in <include/gint/mpu/scif.h> with SH7305_PFC definition * Added <include/gint/serial.h> with method prototypes (aiming at mimicing OS Syscall terminology) * Added <src/scif/scif.c> with methods code (currently empty, no code done yet) next coming soon (I hope) with code within the methods ...
Slyvtt added 4 commits 2022-12-03 13:02:49 +01:00
Slyvtt force-pushed dev from 129dec0fcc to fbdefcf7b3 2022-12-04 18:53:16 +01:00 Compare
Slyvtt closed this pull request 2022-12-04 19:59:33 +01:00
Owner

Thanks. Because you deleted your clone in an attempt to resynchronize with the main repository, this PR is now closed. To avoid any chance that you might lose your work, I will copy it to a new branch on my repo and create a new PR. Then I'll check the addresses/bits/etc with a test in gintctl.

Thanks. Because you deleted your clone in an attempt to resynchronize with the main repository, this PR is now closed. To avoid any chance that you might lose your work, I will copy it to a new branch on my repo and create a new PR. Then I'll check the addresses/bits/etc with a test in gintctl.
Author
First-time contributor

Sure, this is a collateral damage of my mistake with git. Anyhow, this is also part of the next PR on Overclock for SH3/SH4, as SCIF and PFC for 7305/7705 are part of the push.

Sure, this is a collateral damage of my mistake with git. Anyhow, this is also part of the next PR on Overclock for SH3/SH4, as SCIF and PFC for 7305/7705 are part of the push.
Owner

Oh, that's not the best. I think the schedule for merging the serial stuff and overclock stuff might differ, so it'd be best to handle them separately.

Well, let's freeze it for now, I'll go over the serial definitions, and once it's done we can look at the overclock.

Remember that a PR is from a branch to a branch, so if you create a PR for your branch x any further commits you push on x after creating the PR will automatically be added to the PR. If it's unrelated work then it's best to avoid it. ^^

Oh, that's not the best. I think the schedule for merging the serial stuff and overclock stuff might differ, so it'd be best to handle them separately. Well, let's freeze it for now, I'll go over the serial definitions, and once it's done we can look at the overclock. Remember that a PR is from a branch to a branch, so if you create a PR for your branch `x` any further commits you push on `x` after creating the PR will automatically be added to the PR. If it's unrelated work then it's best to avoid it. ^^
Owner

I've pushed relevant things on dev, so I guess we can keep this closed and just clean up your other branch now.

I've pushed relevant things on `dev`, so I guess we can keep this closed and just clean up your other branch now.

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Lephenixnoir/gint#22
No description provided.