Skip to content

Instantly share code, notes, and snippets.

@wdwalker
Created March 30, 2017 23:35
Show Gist options
  • Save wdwalker/9829931d25cc9d7dc60fd7f87ac75ca5 to your computer and use it in GitHub Desktop.
Save wdwalker/9829931d25cc9d7dc60fd7f87ac75ca5 to your computer and use it in GitHub Desktop.
List of paths to ignore in mbed to eliminate use of mbed OS so you can stick with a simple main loop application
mbed-os/rtos/*
mbed-os/features/FEATURE_CLIENT/*
mbed-os/features/FEATURE_COMMON_PAL/*
mbed-os/features/FEATURE_UVISOR/*
mbed-os/features/frameworks/*
mbed-os/features/net/*
mbed-os/features/netsocket/*
mbed-os/features/storage/*
mbed-os/events/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment