Skip to content

Commit

Permalink
Revert "Add C11 standard atomic support (#1645)"
Browse files Browse the repository at this point in the history
This reverts commit 01dec6f.
  • Loading branch information
kilograham committed Jul 8, 2024
1 parent 01dec6f commit b1abf96
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 387 deletions.
1 change: 0 additions & 1 deletion src/rp2_common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ if (NOT PICO_BARE_METAL)
pico_add_subdirectory(pico_malloc)
pico_add_subdirectory(pico_printf)
pico_add_subdirectory(pico_rand)
pico_add_subdirectory(pico_atomic)

pico_add_subdirectory(pico_stdio)
pico_add_subdirectory(pico_stdio_semihosting)
Expand Down
11 changes: 0 additions & 11 deletions src/rp2_common/pico_atomic/CMakeLists.txt

This file was deleted.

27 changes: 0 additions & 27 deletions src/rp2_common/pico_atomic/include/stdatomic.h

This file was deleted.

345 changes: 0 additions & 345 deletions src/rp2_common/pico_atomic/pico_atomic.c

This file was deleted.

Loading

0 comments on commit b1abf96

Please sign in to comment.