X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=src%2FREADME.development;h=1963b5a48097a3c4761e58c523d33b0a18a62eda;hb=8d24b2f3953cf6c02ec3ec09a88d152d6993470a;hp=2e55f312507f93a9abdf60e42ed0337005464552;hpb=155cbeab1dcf82f6779c10320ce0eafad3f15780;p=osmocom-bb.git diff --git a/src/README.development b/src/README.development index 2e55f31..1963b5a 100644 --- a/src/README.development +++ b/src/README.development @@ -6,7 +6,7 @@ mailing list - Free Software is all about sharing. == Coding Style == -Lie all C language Osmocom projects, we use the Linux Kernel coding +Like all C language Osmocom projects, we use the Linux Kernel coding style, you can find it in the Documentation/CodingStyle subdirectory of any Linux Kernel source. @@ -21,7 +21,7 @@ to ask the baseband-devel@lists.osmocom.org mailing list. === src/shared/libosmocore === -is a library of various utility routines, including linked lists, +This is a library of various utility routines, including linked lists, message buffers, bit-vectors, memory allocator, signals, select loop handling, timers - as well as some more specifically GSM related things like a TLV parser, a Comp128V1 implementation and utility functions for @@ -51,7 +51,7 @@ written with some idea of modularity in mind, i.e. we have * RF Mixer code in rf/ * Layer1 code in layer1/ * NOR flash handling in flash/ - * LCD display handlin in display/ + * LCD display handling in display/ * minimal C-Library code in lib/ * communications utility routines in comm/ * Board (phone model/family) specific code in board/ @@ -63,7 +63,7 @@ written with some idea of modularity in mind, i.e. we have === src/target_dsp/calypso === This is where we keep some (assembly) code that we wrote for -the DSP that is part of the Caylypso DBB. +the DSP that is part of the Calypso DBB. === src/host/layer23 ===