-
Notifications
You must be signed in to change notification settings - Fork 8
Feature enc x24 j600 wip #32
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
Open
asifsardar26
wants to merge
45
commits into
Ell-i:feature-encX24J600-wip
Choose a base branch
from
asifsardar26:feature-encX24J600-wip
base: feature-encX24J600-wip
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feature enc x24 j600 wip #32
asifsardar26
wants to merge
45
commits into
Ell-i:feature-encX24J600-wip
from
asifsardar26:feature-encX24J600-wip
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…GPIO.cpp. Also, adding the getter functions for the Register class member values.
…h peripheral register is a separate class which inherits Register class. Also, the python callback support is implemented in each peripherals for future use. The Register class now contains the c-python code which calls the python callback function for printing in test suites log files. The c-python extension module is integrated into the emulator.mk and the module can be loaded both in emulator as well as python test libraries. The run-tests.sh script contains the path to test directory where the shared library of c-python extension module is built during compilation.
Hooking docker automated build image to the github repository for building 32bit Ubuntu image for Robot Framework test environment.
Changing the URL for test repository in the submodule
Adding support for gcc-arm-none-eabi binaries
RIOT added to the container
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi Pekka,
Adding callback functions to GPIO and python. Now the GPIO values can be printed in the test log files the same way as in console.
I will also enhance the USART and SPI in emulator soon.
The template part is left, that I will prioritize along with other work.
BR,
Asif Sardar.