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

Control thread outline #17

Merged
merged 1 commit into from
Nov 30, 2021
Merged

Control thread outline #17

merged 1 commit into from
Nov 30, 2021

Conversation

t-bre
Copy link
Member

@t-bre t-bre commented Nov 30, 2021

Blank control thread, ready for control algorithm to be added.

@t-bre t-bre added the feature New features label Nov 30, 2021
@t-bre t-bre self-assigned this Nov 30, 2021
@t-bre t-bre changed the base branch from main to develop November 30, 2021 18:43
@t-bre t-bre merged commit 381d30a into develop Nov 30, 2021
@t-bre t-bre deleted the feature/control-thread branch November 30, 2021 18:43
lebedys pushed a commit that referenced this pull request Dec 1, 2021
* Simple ThreadX application setup (#15)

* .gitignore for C / Python / STM32
* STM32Cube project setup
* Added STM32Cube metadata to .gitignore
* Outline for simple LED test
* Add STM32 project files
* ThreadX project setup
* LED test thread files
* ThreadX example thread
* Comments for ThreadX example thread code
* Single thread creation and debugger / breakpoints working
* Update .gitignore
* Flash green LED in thread

* Convert LED thread to control thread (#17)

* CAN thread outline (#18)

* Created outline for CAN thread
* CAN thread initialisation

* CAN driver initial setup (#19)

* Add FDCAN driver
* Update clock tree
* Add CAN driver to can_thread.c

* Sensor thread outline (#20)

* Add sensor_tread.c and its header file
* Create sensor thread
* Add header file information
* Regenerate ioc to fix merge conflict changes
Co-authored-by: Tim Brewis <[email protected]>

Co-authored-by: cat1g19 <[email protected]>
maxobrien pushed a commit that referenced this pull request Feb 5, 2022
* Simple ThreadX application setup (#15)

* .gitignore for C / Python / STM32
* STM32Cube project setup
* Added STM32Cube metadata to .gitignore
* Outline for simple LED test
* Add STM32 project files
* ThreadX project setup
* LED test thread files
* ThreadX example thread
* Comments for ThreadX example thread code
* Single thread creation and debugger / breakpoints working
* Update .gitignore
* Flash green LED in thread

* Convert LED thread to control thread (#17)

* CAN thread outline (#18)

* Created outline for CAN thread
* CAN thread initialisation

* CAN driver initial setup (#19)

* Add FDCAN driver
* Update clock tree
* Add CAN driver to can_thread.c

* ThreadX app initialise messaging system

* Queue system start

* Added message_type.h and tested inter-thread messaging.

* Update gitignore

* Add include guard to message_types.h

* Outline function prototypes for message passing system

* Simple queue based messaging between threads

* Added queue for sensor -> control thread comms

* Regenerate from IOC following merge

Co-authored-by: rorywilson <[email protected]>
@t-bre t-bre linked an issue Feb 5, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(rtos): ThreadX application threads
1 participant