...
Dependents: 2doejemplo Labo_TRSE_Drone
Fork of mbed by
History
...
2013-11-29, by jalp89 [Fri, 29 Nov 2013 09:39:46 +0000] rev 71
...
Release 70 of the mbed library
2013-11-18, by bogdanm [Mon, 18 Nov 2013 22:09:31 +0200] rev 70
Release 70 of the mbed library
This release is a bugfix release for release 69, it adds proper target
support for LPC4088_EA.
Release 69 of the med library
2013-11-18, by emilmont [Mon, 18 Nov 2013 11:49:24 +0200] rev 69
Release 69 of the med library
Changes:
- CAN API for filters
- exporter fixes and new exporters
- preliminary Travis CI integration
- bug fixes
Bug fixes and new features
2013-10-23, by bogdanm [Wed, 23 Oct 2013 16:23:06 +0300] rev 68
Bug fixes and new features
Many changes in this release, including:
- The new RawSerial class is a simple wrapper over the serial HAL that can
be safely used from an interrupt handler.
- Interrupt chaining code was removed from InterruptIn, Serial and Ticker
because it caused lots of issues with the RTOS. Interrupt chaining is
still possible using the InterruptManager class.
- InterruptIn has two new methods (enable and disable irq)
New mbed build with various bugfixes and improvements on all platforms.
2013-09-19, by bogdanm [Thu, 19 Sep 2013 15:44:18 +0300] rev 67
New mbed build with various bugfixes and improvements on all platforms.
Built from github tag 'mbed_lib_rev67'.
New mbed library build with support for LPC1114.
2013-08-19, by bogdanm [Mon, 19 Aug 2013 13:34:54 +0300] rev 66
New mbed library build with support for LPC1114.
Built from github tag 'mbed_lib_rev66'
New target (LPC4088), new features (interrupt chaining), bug fixes (KL25Z I2C).
2013-08-12, by bogdanm [Mon, 12 Aug 2013 13:17:46 +0300] rev 65
New target (LPC4088), new features (interrupt chaining), bug fixes (KL25Z I2C).
New build system structure, new target (LPC1347), bug fixes (I2C read/write errors, LPC11U24 memory map and others)
2013-08-05, by bogdanm [Mon, 05 Aug 2013 12:28:09 +0300] rev 64
New build system structure, new target (LPC1347), bug fixes (I2C read/write errors, LPC11U24 memory map and others)
spi slave and i2c slave support
2013-05-08, by samux [Wed, 08 May 2013 14:50:20 +0100] rev 63
spi slave and i2c slave support
Add NXP LPC812
2013-04-17, by emilmont [Wed, 17 Apr 2013 15:30:58 +0100] rev 62
Add NXP LPC812
[KL25Z] Use channel 0 as a prescaler for channel 1
[CodeSourcery] Fix standard library retargeting removing duplicate "_isatty"
Move parse_pins in RPC module