diff options
author | Simon Dawson <spdawson@gmail.com> | 2012-11-16 04:54:19 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-11-16 22:24:42 +0100 |
commit | ecd23535551d0cd8ae265d75eadc43e88c580fc0 (patch) | |
tree | 2d53c83a2853c3bcd7b9b3da7c951b8a84a12875 /docs/manual/embedded-basics.txt | |
parent | 30d99041ce5f32c30c470c3b114d612ba26e49ef (diff) | |
download | buildroot-novena-ecd23535551d0cd8ae265d75eadc43e88c580fc0.tar.gz buildroot-novena-ecd23535551d0cd8ae265d75eadc43e88c580fc0.zip |
manual: minor tweaks
Minor grammatical and spelling tweaks to the manual content.
Signed-off-by: Simon Dawson <spdawson@gmail.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs/manual/embedded-basics.txt')
-rw-r--r-- | docs/manual/embedded-basics.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/manual/embedded-basics.txt b/docs/manual/embedded-basics.txt index 27dda37a0..d1ee88c0c 100644 --- a/docs/manual/embedded-basics.txt +++ b/docs/manual/embedded-basics.txt @@ -4,7 +4,7 @@ Embedded system basics ---------------------- When developing an embedded system, there are a number of choices to -do: +address: * the cross-toolchain: target architecture/C library/... * the bootloader @@ -14,14 +14,14 @@ do: * the package selection (busybox vs. "real" programs, ...) * ... -Some of them may be influenced by the target hardware. +Some of these may be influenced by the target hardware. -Some of them may also add some constraints when you will develop the -final application for what your target is designed (e.g. some -functions may be provided by soem C libraries and missing in some -others, ...). So, these choices should be carefully done. +Some of the choices may also add some constraints when you develop the +final application for which your target is designed (e.g. some +functions may be provided by some C libraries and missing in some +others, ...). So, these choices should be carefully made. -Buildroot allows to set most of these options to fit your needs. +Buildroot allows you to set most of these options to fit your needs. Moreover, Buildroot provides an infrastructure for reproducing the build process of your kernel, cross-toolchain, and embedded root |