Mercurial > ecos-v3_0-branch
comparison packages/hal/arm/lpc2xxx/olpcl2294/current/src/olpcl2294_misc.c @ 2836:6283be95ef53
* cdl/hal_arm_lpc2xxx_olpcl2294.cdl: Expanded a list the legal baud
rates for both diagnostic and debug channels (upon 230400b bps).
* include/hal_platform_setup.h, include/plf_io.h: Extra tabs expanded.
* include/hal_platform_setup.h: Fixed a comment about JTAG pinouts.
* src/olpcl2294_misc.c: Removed odd _impure_ptr stub.
| author | asl |
|---|---|
| date | Mon, 02 Mar 2009 20:35:21 +0000 |
| parents | 74dbf4c3f2e1 |
| children |
comparison
equal
deleted
inserted
replaced
| 2835:69fda884b880 | 2836:6283be95ef53 |
|---|---|
| 58 #include <cyg/hal/var_io.h> | 58 #include <cyg/hal/var_io.h> |
| 59 | 59 |
| 60 #include <cyg/hal/hal_var_ints.h> | 60 #include <cyg/hal/hal_var_ints.h> |
| 61 #include <cyg/hal/drv_api.h> | 61 #include <cyg/hal/drv_api.h> |
| 62 | 62 |
| 63 // Newlib provides support for building the run-time elements of C++ | |
| 64 // within the toolchain. Modern newlib stuff looks for a _impure_ptr | |
| 65 // entry. | |
| 66 void *_impure_ptr; | |
| 67 | |
| 68 extern void cyg_hal_plf_serial_init (void); | 63 extern void cyg_hal_plf_serial_init (void); |
| 69 | 64 |
| 70 //-------------------------------------------------------------------------- | 65 //-------------------------------------------------------------------------- |
| 71 // hal_lpc2xxx_set_leds -- | 66 // hal_lpc2xxx_set_leds -- |
| 72 // | 67 // |
