diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-06-27 12:04:26 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-06-27 12:10:25 -0400 |
commit | d6518515679b939d1fd5c4af490c4ff9e75f88a9 (patch) | |
tree | 1b76a0c3daa6bc7fea61672685ac2e8d45e4a1a5 /docs | |
parent | 41058d22a6f607a800eb69ae642c7e1da967db34 (diff) | |
download | kutter-d6518515679b939d1fd5c4af490c4ff9e75f88a9.tar.gz kutter-d6518515679b939d1fd5c4af490c4ff9e75f88a9.tar.xz kutter-d6518515679b939d1fd5c4af490c4ff9e75f88a9.zip |
pru: Disable ADC reading directly from the PRU
The PRU code size has grown too close to the maximum - remove the ADC
code to reduce its overall size. (On the beaglebone, the Linux
process can, and typically does, do the ADC reading.)
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/beaglebone.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/beaglebone.md b/docs/beaglebone.md index 93870c3f..6a5afdd3 100644 --- a/docs/beaglebone.md +++ b/docs/beaglebone.md @@ -71,9 +71,9 @@ make flash sudo service klipper start ``` -For the Replicape, it is also necessary to compile and install the -micro-controller code for a Linux host process. Run "make menuconfig" -a second time and configure it for a "Linux process": +It is also necessary to compile and install the micro-controller code +for a Linux host process. Run "make menuconfig" a second time and +configure it for a "Linux process": ``` make menuconfig ``` |