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

Fix for I2C baudrate calculation #1

Merged
merged 1 commit into from
Dec 19, 2023
Merged

Fix for I2C baudrate calculation #1

merged 1 commit into from
Dec 19, 2023

Conversation

msp-ti
Copy link
Owner

@msp-ti msp-ti commented Dec 19, 2023

No description provided.

@msp-ti msp-ti self-assigned this Dec 19, 2023
Incorrect definition was causing a log error during initialization.

Signed-off-by: Luis Reynoso <[email protected]>
@msp-ti msp-ti closed this Dec 19, 2023
@msp-ti msp-ti reopened this Dec 19, 2023
@msp-ti msp-ti merged commit b4ed96d into mspm0_support Dec 19, 2023
13 of 17 checks passed
msp-ti pushed a commit that referenced this pull request Feb 3, 2024
Previously the sample was using some headers that aren't
available to the host, now we can add a `Makefile.host` to
compile the example on a POSIX OS like Linux:

```
# Go to the sample dir
cd ${ZEPHYR_BASE}/samples/posix/uname

# Compile the sample
make -f Makefile.host

# Run the binary
./build/uname

sysname[65]: Linux
nodename[65]: LAPTOP-YC
release[65]: 5.10.16.3-microsoft-standard-WSL2
version[65]: #1 SMP Fri Apr 2 22:23:49 UTC 2021
machine[65]: x86_64
```

Signed-off-by: Yong Cong Sin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants