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 by
TARGET_WIZwiki_W7500/W7500x_conf.h@104:b9ad9a133dc7, 2015-08-05 (annotated)
- Committer:
- Kojto
- Date:
- Wed Aug 05 13:16:35 2015 +0100
- Revision:
- 104:b9ad9a133dc7
- Parent:
- 101:7cff1c4259d7
Release 104 of the mbed library:
Changes:
- new platforms: nrf51 microbit
- MAXxxx - fix pwm array search
- LPC8xx - usart enable fix
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 | 104:b9ad9a133dc7 | 7 | #include "W7500x_dualtimer.h" |
| Kojto | 101:7cff1c4259d7 | 8 | #include "system_W7500x.h" |
| Kojto | 101:7cff1c4259d7 | 9 | |
| Kojto | 101:7cff1c4259d7 | 10 | |
| Kojto | 101:7cff1c4259d7 | 11 | #ifdef USE_FULL_ASSERT |
| Kojto | 101:7cff1c4259d7 | 12 | #define assert_param(expr) ((expr) ? (void)0 : assert_failed((uint8_t *)__FILE__,__LINE__)) |
| Kojto | 101:7cff1c4259d7 | 13 | #else |
| Kojto | 101:7cff1c4259d7 | 14 | #define assert_param(expr) ((void)0) |
| Kojto | 101:7cff1c4259d7 | 15 | #endif /* USE_FULL_ASSERT */ |
| Kojto | 101:7cff1c4259d7 | 16 |
