Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-dev by
targets/hal/TARGET_Atmel/TARGET_SAM_CortexM0P/config/conf_dma.h@15:a81a8d6c1dfe, 2015-11-04 (annotated)
- Committer:
- mbed_official
- Date:
- Wed Nov 04 16:30:11 2015 +0000
- Revision:
- 15:a81a8d6c1dfe
Synchronized with git revision 46af745ef4405614c3fa49abbd9a706a362ea514
Full URL: https://github.com/mbedmicro/mbed/commit/46af745ef4405614c3fa49abbd9a706a362ea514/
Renamed TARGET_SAM_CortexM0+ to TARGET_SAM_CortexM0P for compatiblity with online compiler
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mbed_official | 15:a81a8d6c1dfe | 1 | #ifndef CONF_DMA_H_INCLUDED |
mbed_official | 15:a81a8d6c1dfe | 2 | #define CONF_DMA_H_INCLUDED |
mbed_official | 15:a81a8d6c1dfe | 3 | |
mbed_official | 15:a81a8d6c1dfe | 4 | # define CONF_MAX_USED_CHANNEL_NUM 1 |
mbed_official | 15:a81a8d6c1dfe | 5 | |
mbed_official | 15:a81a8d6c1dfe | 6 | #endif |