Skip to content

Commit

Permalink
rtos/nuttx: add Espressif target support and refactoring
Browse files Browse the repository at this point in the history
Almost written from the beginning in a modern OpenOCD way.
- Endiannes support
- Proper variable types
- Align with the other rtos implementations

Signed-off-by: Erhan Kurubas <[email protected]>
Change-Id: I0868a22da2ed2ab664c82b17c171dc59ede78d10
Reviewed-on: https://review.openocd.org/c/openocd/+/7444
Tested-by: jenkins
Reviewed-by: Antonio Borneo <[email protected]>
  • Loading branch information
erhankur authored and borneoa committed Mar 25, 2023
1 parent 9ce6b08 commit ee31f15
Show file tree
Hide file tree
Showing 4 changed files with 329 additions and 278 deletions.
3 changes: 1 addition & 2 deletions src/rtos/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ noinst_LTLIBRARIES += %D%/librtos.la
%D%/rtos_mqx_stackings.h \
%D%/rtos_riot_stackings.h \
%D%/rtos_ucos_iii_stackings.h \
%D%/rtos_nuttx_stackings.h \
%D%/nuttx_header.h
%D%/rtos_nuttx_stackings.h
Loading

0 comments on commit ee31f15

Please sign in to comment.