Skip to content

Commit 8c8baba

Browse files
pablogs9Raphael Vogelgsang
andauthored
Test atomics (#18)
* Simple 64 bit atomic mocks, no atomicity * Remove atomics * Add esp32 deps * Update esp32 * rm libatomic from esp32 (see #19) Signed-off-by: Raphael Vogelgsang <Raphael.Vogelgsang@de.bosch.com> Co-authored-by: Raphael Vogelgsang <Raphael.Vogelgsang@de.bosch.com>
1 parent 0e10f41 commit 8c8baba

9 files changed

Lines changed: 2 additions & 2400 deletions

File tree

microros_crazyflie21_extensions/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ MICROROS_POSIX_FREERTOS_OBJECTS += FreeRTOS_POSIX_clock.o
3636
MICROROS_POSIX_FREERTOS_OBJECTS += FreeRTOS_POSIX_sched.o
3737
MICROROS_POSIX_FREERTOS_OBJECTS += FreeRTOS_POSIX_unistd.o
3838
MICROROS_POSIX_FREERTOS_OBJECTS += FreeRTOS_POSIX_utils.o
39-
MICROROS_POSIX_FREERTOS_OBJECTS += libatomic.o
4039

4140
COLCON_INCLUDES += $(EXTENSIONS_DIR)/FreeRTOS-Plus-POSIX/include
4241
COLCON_INCLUDES += $(EXTENSIONS_DIR)/include

0 commit comments

Comments
 (0)