Matthew Else
1da8e8a2c7
Started to implement gpio_irq_set
2013-07-22 13:30:00 +01:00
Matthew Else
4cf6f09411
Enabled the interrupts api to compile
2013-07-22 12:46:46 +01:00
Matthew Else
1ace9f18d8
Added Sublime Text project files to .gitignore
2013-07-22 11:30:47 +01:00
Toyomasa Watarai
2a989551aa
Fixed gpio_api
...
Corrected base address of GPIO port register
2013-07-22 18:53:45 +09:00
Matthew Else
1097af7091
Added DIP package pins to PinNames.h
2013-07-22 09:30:47 +01:00
Toyomasa Watarai
1781d58249
Merge branch 'master' of https://github.com/matthewelse/mbed
2013-07-22 15:13:13 +09:00
Toyomasa Watarai
b172cd866c
More fix for uARM build to avoid link error
2013-07-22 15:12:42 +09:00
ytsuboi
ca31bda530
Removed printf debug lines
2013-07-22 14:55:19 +09:00
Toyomasa Watarai
b4de4503a8
Fixed uARM build
...
Added EXPORT directive for stack/heap.
2013-07-22 10:29:20 +09:00
Toyomasa Watarai
8bd3171943
Fixed ticker test case to support LPC1114
2013-07-21 23:46:33 +09:00
Toyomasa Watarai
74741c6d0a
Merge branch 'master' of https://github.com/matthewelse/mbed
2013-07-21 23:04:54 +09:00
Toyomasa Watarai
794ab9cbd3
Fixed #9 and test ticker test code
...
Clean-up GPIO stuff, but it shoud be same behavior as before.
2013-07-21 23:04:46 +09:00
ytsuboi
f4757b3071
Delete output.txt
2013-07-21 14:49:50 +09:00
ytsuboi
d15647e9d8
[LPC1114]: add support for RTOS
...
just succeed in build process. not yet tested.
2013-07-21 00:51:42 +09:00
Toyomasa Watarai
796bbbeb0d
Fixed ARM/uARM build and compile error in DigitalOut.h
2013-07-20 19:46:24 +09:00
Matthew Else
84a76cd8d8
Added a load of debug lines
...
Basically this outputs a load of stuff to the serial port. I'm just
using this to get an idea of where the error lies within the code...
2013-07-19 16:56:49 +01:00
Matthew Else
9097bf7f55
A bit more debugging
...
Also removed a random shortcut link that didn't need to be there
2013-07-19 15:32:29 +01:00
Matthew Else
7af2b9a7b7
Updated .gitignore to ignore my uVision Project
2013-07-19 15:23:47 +01:00
Matthew Else
66ca1c9db2
Refactored bits of gpio_api.c
...
In between the last two commits, I added debugging lines using serial to
try and locate the line of code that was causing the issues with GPIO.
However, didn't get anywhere with this because the gpio_write function
is defined in a header file, rather than in an implementation file, so
the printf function can't go there. As a result, it's just refactoring.
2013-07-19 15:23:25 +01:00
Matthew Else
c703096234
Clicked the wrong button, and had to revert.
2013-07-19 14:34:44 +01:00
Matthew Else
e9306378e5
Revert "Revert "Added output.txt to .gitignore""
...
This reverts commit da602b4afe
.
2013-07-19 14:34:13 +01:00
Matthew Else
da602b4afe
Revert "Added output.txt to .gitignore"
...
This reverts commit 6bfb704dc7
.
2013-07-19 14:34:06 +01:00
Matthew Else
6bfb704dc7
Added output.txt to .gitignore
...
It is a really pointless file, I may as well delete it.
2013-07-19 14:30:57 +01:00
Matthew Else
04051989bd
Added UART to testing.
2013-07-19 14:13:38 +01:00
Matthew Else
e077c9ad1f
Got rid of note in README.md that isn't needed
2013-07-19 14:01:25 +01:00
Matthew Else
a9bb4aa5cb
Lots of changes, fixing build bugs and renaming
...
Files renamed to fit with the new style folder structure
2013-07-19 13:59:50 +01:00
Matthew Else
cf1427e289
Changed to use newer fork of mbed sdk
...
Using ytsuboi's updates to the sdk, but with a brand new fork of the sdk
from mbedmicro/mbed
2013-07-19 11:27:54 +01:00
Matthew Else
18c291b7ce
Added ytsuboi's modifications for using the 1114
2013-07-19 11:24:51 +01:00
Emilio Monti
091fe5c3d0
synch targets, exporters and tests
2013-07-17 14:11:54 +01:00
Emilio Monti
f9a1972384
Update README.md
2013-07-17 14:03:36 +01:00
Bogdan Marinescu
6d652bddfa
mbed_interface_disconnect/powerdown are now synchronous calls
...
Fixes PRMBED-804
2013-07-17 15:29:41 +03:00
Bogdan Marinescu
dd70336886
[LPC11U24] Take advantage of the full 8K of RAM
...
The linker command scripts/startup files used only 4K of RAM on this target.
2013-07-17 15:29:40 +03:00
Bogdan Marinescu
0c33d40fbb
Added support for UART break generation.
2013-07-17 15:29:39 +03:00
samuel.mokrani@arm.com
0af919a5e9
[LPC1347]: add support for RTOS
2013-07-17 15:28:34 +03:00
samuel.mokrani@arm.com
f2ea747280
[LPC1347] Change LED pin names
2013-07-17 15:27:10 +03:00
Bogdan Marinescu
7d5e9dac70
[LPC1347] Added support for the ARM toolchain.
2013-07-17 15:25:18 +03:00
samuel.mokrani@arm.com
4bbd13b957
[LPC1347]: first implementation of USB device (not tested)
2013-07-17 15:23:54 +03:00
Bogdan Marinescu
358e84edf3
[LPC1347] Added GPIO interrupts
2013-07-17 15:17:20 +03:00
samuel.mokrani@arm.com
5b0fe44b0d
[LPC1347]: first implementation of analogIn (not tested)
2013-07-17 15:17:19 +03:00
samuel.mokrani@arm.com
6b7f4b998e
[LPC1347]: first implementation of PWMOut (not tested)
2013-07-17 15:17:09 +03:00
Bogdan Marinescu
721082257c
Preliminary support for LPC13XX
...
Works only with GCC_ARM for now.
2013-07-17 14:57:02 +03:00
Emilio Monti
5020b9ad3b
Stop using the patched microlib
2013-07-08 17:31:04 +01:00
Emilio Monti
170b1f8f49
fix target name
2013-07-08 15:58:15 +01:00
Emilio Monti
522da04e07
Merge pull request #12 from micromint/master
...
Update targets and pins for LPC43xx
2013-07-08 01:09:58 -07:00
jesusalvarez
804176b806
Update targets and pins for LPC43xx
2013-07-07 23:27:11 -04:00
Emilio Monti
a2e5281d8a
Update README.md
2013-07-05 08:49:53 +01:00
Emilio Monti
5c44ba2560
Update README.md
2013-07-04 17:38:44 +01:00
Emilio Monti
6625a4b61c
remove temporary files
2013-07-04 17:34:13 +01:00
Emilio Monti
1e842a907d
Merge pull request #11 from 0xc0170/freedomKL05
...
Freedom kl05
2013-07-04 09:29:55 -07:00
0xc0170
43ace93009
removed KL05Z hw tests + mv KL05Z to TARGET_Freescale
2013-07-04 17:57:52 +02:00