-
-
Notifications
You must be signed in to change notification settings - Fork 99
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: arduino/ArduinoCore-renesas
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 794f837
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: vashadow/ArduinoCore-renesas
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a1cfd24
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 2 files changed
- 1 contributor
Commits on Oct 5, 2024
-
Update Serial.h for 9-bit support
Added to write function declarations for functions being added to the serial.cpp to support the 9-bit functionality of the processor. The "bool wake" allows turning on the 9-bit, also known as the wake bit.
Configuration menu - View commit details
-
Copy full SHA for 90e4f56 - Browse repository at this point
Copy the full SHA 90e4f56View commit details -
Update Serial.cpp to support 9-bit functionality on UART
Add two functions and the supporting 9N1 case logic to allow for turning on 9-bit support and sending commands. The second argument, bool, allows for turning on or off the 9th bit, also known as the wake bit. Serial1.begin(19200, SERIAL_9N1); Serial1.write_9bit(0x81, true); Serial1.write_9bit(&temp[1], false, len - 1);
Configuration menu - View commit details
-
Copy full SHA for 39c72ad - Browse repository at this point
Copy the full SHA 39c72adView commit details
Commits on Oct 13, 2024
-
I removed two unnecessary functions that I added with this pull request to turn on 9bit. There was a little code cleanup /refactoring.
Configuration menu - View commit details
-
Copy full SHA for 627bb4c - Browse repository at this point
Copy the full SHA 627bb4cView commit details -
I removed functions that are unnecessary for the 9-bit code to work.
Configuration menu - View commit details
-
Copy full SHA for e8d56d6 - Browse repository at this point
Copy the full SHA e8d56d6View commit details
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7235c06 - Browse repository at this point
Copy the full SHA 7235c06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36083a3 - Browse repository at this point
Copy the full SHA 36083a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1cfd24 - Browse repository at this point
Copy the full SHA a1cfd24View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 794f837...a1cfd24