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.
Dependents: 1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB
Fork of mbed by
TARGET_WIZwiki_W7500/W7500x_conf.h@101:7cff1c4259d7, 2015-06-09 (annotated)
- Committer:
- Kojto
- Date:
- Tue Jun 09 14:29:26 2015 +0100
- Revision:
- 101:7cff1c4259d7
- Child:
- 104:b9ad9a133dc7
Release 101 of the mbed library
Changes:
- new platform: APPNEARME_MICRONFCBOARD, MTS_DRAGONFLY_F411RE, MAX32600MBED, WIZwiki_W7500
- Silabs memory optimization in gpio, pwm fixes
- SPI - ssel documentation fixes and its use
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Kojto | 101:7cff1c4259d7 | 1 | #include "W7500x_gpio.h" |
| Kojto | 101:7cff1c4259d7 | 2 | #include "W7500x_exti.h" |
| Kojto | 101:7cff1c4259d7 | 3 | #include "W7500x_pwm.h" |
| Kojto | 101:7cff1c4259d7 | 4 | #include "W7500x_uart.h" |
| Kojto | 101:7cff1c4259d7 | 5 | #include "W7500x_i2c.h" |
| Kojto | 101:7cff1c4259d7 | 6 | #include "W7500x_adc.h" |
| Kojto | 101:7cff1c4259d7 | 7 | #include "system_W7500x.h" |
| Kojto | 101:7cff1c4259d7 | 8 | |
| Kojto | 101:7cff1c4259d7 | 9 | |
| Kojto | 101:7cff1c4259d7 | 10 | #ifdef USE_FULL_ASSERT |
| Kojto | 101:7cff1c4259d7 | 11 | #define assert_param(expr) ((expr) ? (void)0 : assert_failed((uint8_t *)__FILE__,__LINE__)) |
| Kojto | 101:7cff1c4259d7 | 12 | #else |
| Kojto | 101:7cff1c4259d7 | 13 | #define assert_param(expr) ((void)0) |
| Kojto | 101:7cff1c4259d7 | 14 | #endif /* USE_FULL_ASSERT */ |
| Kojto | 101:7cff1c4259d7 | 15 |
