[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] [MiNT][PATCH] Wrong system bus speed define for the FireBee
- To: "mint@lists.fishpool.fi" <mint@lists.fishpool.fi>
- Subject: Re: [MiNT] [MiNT][PATCH] Wrong system bus speed define for the FireBee
- From: David Gálvez <dgalvez75@gmail.com>
- Date: Mon, 5 Oct 2015 11:22:58 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=8C05OAU/DRXVqcD8ZXV0y7iRQCruBt6N5kWuuKpKbEg=; b=gfLAQb76yarqhYiYLq5YTsPXCq7A/sSWrZ9k5Peg7r5EZ2KaerzHrMgA/wPVTL3COi gFp5DeqhhQ7FfHIO8PV5fOp3NiK6uzbCQEAANm7mB4csO+EwOcIscLj54mAqBh4d0HEJ iIkoGUWnDzXI2Myq9KotIN1wKJi3Jw9adW+HKReGEeXmHYXiD/WC1UB7Dy9dVaG56LEH rSQyycK9D/rSM8kp/1lNCELtsNDCefB+a8ySpV5ywno/y6gxhwXMGIQdJFZljBpoX7do 3QykN05ezV5uKZzkhvRMVss/ikNPVmS+5e5hLIT0N4O4WhJoeGCfQ5rd4bwr8HNpMyOz Km6A==
- In-reply-to: <dc6605c9f8a93951f1e91d93620a6de1-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUNBAjBYWEJGUFEWXFloA1VTMl5bRUECXF9fRF4=-webmailer1@server04.webmailer.hosteurope.de>
- List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
- List-id: <mint.lists.fishpool.fi>
- List-owner: <mailto:tjhukkan@fishpool.fi>
- List-post: <mailto:mint@lists.fishpool.fi>
- List-subscribe: <mailto:mint-request@lists.fishpool.fi?Subject=subscribe>
- List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
- References: <CAL4YKD4j4xf0zu+i81TYCuwpcec==pWEDR3Q3hFqjCPvTZwvhQ@mail.gmail.com> <dc6605c9f8a93951f1e91d93620a6de1-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUNBAjBYWEJGUFEWXFloA1VTMl5bRUECXF9fRF4=-webmailer1@server04.webmailer.hosteurope.de>
- Sender: mint-bounce@lists.fishpool.fi
2015-10-05 11:00 GMT+02:00 Ole <ole@monochrom.net>:
> Hello,
>
>>>> /*
>>>> * System Bus Clock Info
>>>> */
>>>> #define SYSTEM_CLOCK 133
>>>>
>
> Then it should be fixed in FireTOS sources/headers, too. That's where this
> value was taken from. Or at least keep in mind, that the value is used
> there, too. :-)
>
Hi Ole, thanks for the advice, I guess Didier fixed it there when
Roger noticed that FireTOS system tick was 1% slower that it should.