James Snyder
6a1e683a8f
Fix typo in TCP/IP arch doc
2011-10-04 21:29:45 -05:00
Martin Guy
a05c209ab2
Remove documentation for non-existent str9.rtc module
2011-09-27 15:09:11 +02:00
Martin Guy
22f08c454d
Fix markup in PWM documentation
2011-09-13 19:34:27 +02:00
Martin Guy
1c1a59851d
Split platform_pwm_op(id, op[, data]) into four distinct functions
...
platform_pwm_op( id, op, data ) did four unrelated tasks, switching on the
"op" parameter:
op==PLATFORM_PWM_OP_SET_CLOCK took a frequency and returned a frequency
op==PLATFORM_PWM_OP_GET_CLOCK took nothing returned a frequency
op==PLATFORM_PWM_OP_START and _STOP both took nothing and returned nothing
this patch replaces it with:
clock = platform_pwm_set_clock( id, clock)
clock = platform_pwm_get_clock( id )
platform_pwm_start( id ) and
platform_pwm_stop( id )
with resulting clarity in the documentation and smaller, faster code.
This does not affect the Lau interface.
2011-08-02 16:15:59 +02:00
Martin Guy
8f520abd16
Fix typo in I2C refman
2011-07-28 17:53:10 +02:00
Martin Guy
a6b5f865d5
Document the units of net timeouts (microseconds).
...
Also remove superfluous text (you can't specify a timeout without giving a
timer ID parameter because it comes after it).
2011-07-24 17:12:38 +02:00
Martin Guy
fe95291cdd
First full version of Mizar32 LCD module driver.
2011-07-24 01:21:59 +02:00
Martin Guy
158ce167ca
Split platform_adc_op() into six separate functions
...
Previously, you called platform_adc_op(id, OPERATION, u32 arg) to achieve
six unrelated functions with different arg types and return values:
GET_MAXVAL takes nothing and returns an ADC conversion value
SET_SMOOTHING takes a power-of-two filter length and returns nothing
SET_BLOCKING takes a boolean and returns nothing
IS_DONE takes nothing and returns a boolean
SET_TIMER takes a timer ID and returns nothing
SET_CLOCK takes a frequency in Hz and returns a frequency in Hz.
This changes these to six independent functions, each with the right
parameters and return values.
This also makes the documentation more comprehensible, saves 26 bytes of
executable code and should be very slightly faster.
2011-07-23 20:04:32 +02:00
Martin Guy
2e2bcba26e
Fix typos
2011-07-19 18:05:33 +02:00
Martin Guy
1730329faf
Fix typos
2011-07-18 17:14:03 +02:00
Martin Guy
0585f8ec96
Initial framework for Mizar32 character LCD display driver
2011-07-16 00:12:19 +02:00
Martin Guy
e3982f6682
Document the fact that other I2C bus speeds can be specified as an integer.
2011-07-15 15:23:18 +02:00
Martin Guy
db9d054711
Fix typos
2011-07-15 08:32:02 +02:00
Martin Guy
51a3ed5f0c
Document more precisely the arguments to i2c.write()
2011-07-08 21:44:51 +02:00
Martin Guy
1562d13cdf
Change personal credits to company credit
2011-07-06 06:29:35 +02:00
Martin Guy
cd0b194fe3
Fix repeated spelling error "reffer"
2011-07-05 17:26:39 +02:00
Martin Guy
d72145688a
Document the default for ADC's blocking or non-blocking mode (i.e. blocking)
2011-07-05 17:23:14 +02:00
Martin Guy
d1daa53541
Refactor "Portuguese" translations which are an old copy of the English.
2011-06-25 22:15:31 +02:00
Martin Guy
dca244112b
Merge branch 'master' of github.com:elua/elua
2011-06-16 15:02:22 +02:00
Dado Sutter
63ce42492c
- Added news entry for the new site in experimental mode
2011-06-06 19:51:56 -03:00
Martin Guy
7154ad7717
Fix typo
2011-04-27 14:28:27 +02:00
Martin Guy
b00b37e000
Merge branch 'master' of github.com:elua/elua
2011-04-27 02:48:13 +02:00
James Snyder
7c41ff5fda
add note about SVN->Git instructions
2011-04-26 18:54:00 -05:00
Martin Guy
ead2bf6b27
Turn KC_UP into term.KC_UP for clarity
2011-04-27 01:10:34 +02:00
Martin Guy
a0c387efb7
Fix typo
2011-04-27 00:52:33 +02:00
James Snyder
3185d8542e
fix order of GitHub setup instructions
2011-04-26 17:17:52 -05:00
James Snyder
a637578dc6
Merge branch 'master' of https://github.com/elua/elua
2011-04-26 16:53:40 -05:00
James Snyder
4ce04512c8
Update downloads page with some Git instructions.
2011-04-26 16:51:36 -05:00
Martin Guy
c0faaa1305
Fix markup
2011-04-26 23:36:33 +02:00
Martin Guy
9e936e070f
fix typo
2011-04-26 23:32:14 +02:00
Martin Guy
f49b44eae6
Fix typos in en_refman_gen_tmr doc
2011-04-23 18:56:41 +02:00
Martin Guy
b49a11f4a2
Fix typos in documentation
2011-04-21 20:48:04 +02:00
Martin Guy
a0cda92c75
Fix typos in pio refman doc
2011-04-13 11:38:26 +02:00
Martin Guy
d6042df51f
Fix two typos in refman_gen_cpu doc
2011-04-13 11:34:31 +02:00
Martin Guy
873c731568
Fix typo in i2c doc: u23 -> u32
2011-04-13 09:32:05 +02:00
Martin Guy
28c2c86847
Fix typos in I2C documentation
2011-04-12 16:23:25 +02:00
Martin Guy
c99a357f91
Fix typo in PWM refman
2011-04-05 18:11:31 +02:00
Martin Guy
957dab161d
Fix spello in toolchain doc: "reffer"->"refer"
2011-03-14 05:27:20 +01:00
Bogdan Marinescu
3f8e89498e
added Mike's doc patches from 2011-02-11
2011-02-13 13:02:59 +00:00
Bogdan Marinescu
93e964d414
integrated Mike's documentation patches
2011-02-07 21:03:07 +00:00
Dado Sutter
3b14f52f52
- Copyright notice on shell prompt updated to 2011
...
- Community page changes irrelevant here, as this content will migrate to a CMS soon
2011-02-07 20:47:11 +00:00
Bogdan Marinescu
1c05a25a43
updated doc build instructions
2011-02-04 23:11:27 +00:00
Bogdan Marinescu
ea21ee0068
changed arch_coding from HTML to AsciiDoc and applied Mike's patch from issue #177
2011-02-04 20:55:20 +00:00
Bogdan Marinescu
3d9395698b
checked in Mike's doc patches from issue #175
2011-02-04 19:59:18 +00:00
Bogdan Marinescu
6e4f4ffc4d
updated SPI status for mbed
2011-02-03 14:35:57 +00:00
Bogdan Marinescu
f9fbead54c
merged pre0.8 branch back to trunk
2011-02-02 17:52:12 +00:00
Bogdan Marinescu
08905a8116
fixed interrupt polling documentation
2011-01-28 19:50:01 +00:00
Dado Sutter
90dd96fb44
- Minor (not final) credits and donations editions
2011-01-25 19:47:08 +00:00
Dado Sutter
a12633d717
- Added news entry for the Issue Tracker launch announcement
...
(it really makes no sense to have this kind of info tied to the distro and yes, this will soon be changed)
2011-01-25 19:06:15 +00:00
Bogdan Marinescu
f837740cfc
updated UART flow control functionality (currently implemented only for STM32 and AVR32)
2011-01-17 00:26:53 +00:00