Reformulate GRAM_RW_FUNC section
authorJean THOMAS <git0@pub.jeanthomas.me>
Tue, 16 Jun 2020 08:32:28 +0000 (10:32 +0200)
committerJean THOMAS <git0@pub.jeanthomas.me>
Tue, 16 Jun 2020 08:32:28 +0000 (10:32 +0200)
libgram/README.md

index b7b3f8167e664ab417a525277c22f00d8611c6e6..3346b4e186b85c670e3df1d582751289c10920e3 100644 (file)
@@ -26,9 +26,9 @@ GRAM_ERR_NONE: No error happened (hardcoded to zero)
 GRAM_ERR_UNDOCUMENTED: Undocumented error, shame on us lazy coders (take a look at the code)
 ```
 
-## Using libgram when you can't directly access the bus
+## Using libgram outside the SoC
 
-Compile libgram with `CFLAGS="-DGRAM_RW_FUNC"` (run `make clean` beforehand) then define the following functions:
+Compile libgram with `CFLAGS="-DGRAM_RW_FUNC"` (run `make clean` beforehand) and define the following bus access functions:
 
 ```c
 uint32_t gram_read(struct gramCtx *ctx, void *addr);