Activity
From 2016-03-28 to 2016-06-25
2016-06-25
-
08:55 PM Bug #1687 (Closed): gdb and BeagleRT_scheduleAuxiliaryTask
-
08:45 PM Bug #1686 (Closed): gdb version does not match gcc-4.9 on the testing image
- fixed in the v0.1 image
-
08:45 PM Feature #1533 (Closed): Mount filesystem (or part of it) as read-only, to avoid file corruption w...
-
Not sure this is really needed.
It seems that it is most important to call `sync` before abruptly pulling the plug -
08:43 PM Feature #1524 (Closed): Allow command line parameters to be defaulted or overridden in setup()
- we'd actually need an init() (pre-setup) function to requeste the values, so that the BelaContext passed to setup() w...
-
08:41 PM Feature #1380 (Closed): Add debug mode to Makefile when building on board
- This was done ages ago
-
08:40 PM Feature #1375 (Closed): Allow AuxiliaryTask to run in a linux phtread
- actually, it is probably better to keep them as xenomai threads, so that they obey to the xenomai scheduler. Once the...
-
08:38 PM Bug #1333 (Closed): rt_printf and audio glitches
- Just keep in mind that CPU time is finite and printing takes time, regardless of the fact that it is handled by xenom...
-
08:37 PM Feature #1369 (Closed): Add gdb to the next BBB linux image
-
08:36 PM Bug #1219 (Closed): Process is not interrupted by ctrl-c with long usleep in while(!gShouldStop)
-
08:36 PM Bug #1219: Process is not interrupted by ctrl-c with long usleep in while(!gShouldStop)
- Must be because of the timeout in main:...
-
08:33 PM Bug #1401 (Closed): SCRIPTS: make sure strict host checking is disabled
-
08:33 PM Bug #1401: SCRIPTS: make sure strict host checking is disabled
- added to check_board_alive, so it'll always be performed first
-
08:32 PM Bug #1387 (Rejected): A call to I2c_codec->setPllK() in setup() gets executed after gAudioCodec->...
- probably an error with undefined order of initializations for global objects
-
08:30 PM Bug #1547 (Rejected): build_pd.sh improvements:
-
08:29 PM Feature #1572 (Closed): Add ne10 fft example using auxiliary tasks
-
08:29 PM Support #1689 (Closed): One liner to replace BeagleRT with Bela
- Done. it was a magic moment
-
08:28 PM Support #1535 (Closed): Experimental: gcc4.9
-
08:28 PM Bug #1643 (Closed): build_project.sh does not copy folders
-
08:24 PM Feature #1681 (Closed): digitalWriteFrame and digitalWriteFrameOnce
- renamed api
-
08:23 PM Feature #1548 (Closed): IDE
-
08:23 PM Bug #1692 (Closed): unrecognized MIDI messages can cause segfault
- didn't manage to reproduce this.
-
08:23 PM Feature #1696 (Closed): add midi support for libpd
-
08:22 PM Bug #1693 (Closed): Wrong error message with build_pd_heavy
- Fixed with uploader.py providing meaningful exit codes
-
08:22 PM Bug #1695 (Closed): clang 3.5 does not support stdatomic.h
- installed 3.8
2016-06-05
-
02:49 AM Feature #1527: Midi API
- add support for mIdi messages without status byte
2016-06-04
-
07:19 PM Bug #1687: gdb and BeagleRT_scheduleAuxiliaryTask
- probably related to #1686
-
07:06 PM Bug #1698 (Closed): set_startup -l may cause corruption when re-building
-
06:54 PM Bug #1698: set_startup -l may cause corruption when re-building
-
All of this has been done (in separate commits).
closed 4edf9a840a2a -
02:18 PM Bug #1697 (Closed): current libpd does not run on gcc-4.6 boards: compile on the board
- closed 52733b58bdf3
2016-05-31
-
11:35 PM Bug #1698: set_startup -l may cause corruption when re-building
-
or maybe simply the fact that the file system is not synced before the board is powered off.
Golden rule: after bu...
2016-05-29
-
06:12 PM Bug #1698: set_startup -l may cause corruption when re-building
- this may be related to the fact that when logging to disk, it requires ctr-\ to quit
-
03:49 AM Bug #1698 (Closed): set_startup -l may cause corruption when re-building
- A user had a BeagleRT/BeagleRT file of size 0. When trying to make it again, they would get the "Text file busy" mess...
2016-05-27
-
09:32 PM Bug #1697 (Closed): current libpd does not run on gcc-4.6 boards: compile on the board
-
04:35 PM Feature #1696 (Closed): add midi support for libpd
- re-use most of the Heavy code
2016-05-24
-
11:45 PM Bug #1695 (Closed): clang 3.5 does not support stdatomic.h
-
... which is requested by the newest Heavy API.
as a consequence, we need to revert back to using gcc as default com... -
07:53 PM Bug #1694: PRU does not always stop if ARM fails abruptly
- so that the "blinking of life" keeps happening, misleading the user
-
05:43 PM Bug #1694 (New): PRU does not always stop if ARM fails abruptly
- e.g.: when Heavy "message queue is full" (stack overflow??)
2016-05-22
-
08:37 PM Bug #1693 (Closed): Wrong error message with build_pd_heavy
-
if i t returns error (e.g.: because vline~ is used), the error message showed to the user is not meaningful, i.e.:
...
2016-05-21
-
06:56 PM Bug #1692 (Closed): unrecognized MIDI messages can cause segfault
- e.g.: MMC messages
-
03:37 PM Bug #1691 (New): sometimes Pd print causes mode switches (compiled with heavy)
- e.g.: try adding a [print notein_raw] to [r bela_notein] in bela_notein.pd
2016-05-18
-
01:56 AM Feature #1685 (Closed): Add support for broadcast sockets
- closed 247a182adb6d
2016-05-17
2016-05-15
-
10:06 PM Bug #1688 (New): disable/uninstall useless services/daemons
-
e.g.: apache, syslog ...
For syslog:... -
04:33 PM Bug #1687 (Closed): gdb and BeagleRT_scheduleAuxiliaryTask
- It looks like when running within gdb, rt_task_suspend() does not work, so that one single call to BeagleRT_scheduleA...
-
02:25 AM Bug #1686 (Closed): gdb version does not match gcc-4.9 on the testing image
- yielding the "No symbol 'foo' in current context" exception for any symbol
2016-05-14
-
09:02 PM Feature #1685 (Closed): Add support for broadcast sockets
- This should do it, just make sure it does not cause issues with non-broadcast sockets....
2016-05-11
2016-05-09
-
03:32 PM Feature #1683 (New): Check how idle time is spent
- We have about 18% cpu when render() is empty Which thing is eating most of my CPU time there ? digital/analog/audio ...
2016-04-24
-
11:46 PM Bug #1682 (New): Check timing consistency of the audio callback
- The fact that the OS does its stuff in between callbacks may have side effects (e.g.: change the content of the cache...
2016-04-20
-
04:36 PM Feature #1681 (Closed): digitalWriteFrame and digitalWriteFrameOnce
-
The difference between the two is not obvious from the docs, neither it is always clear from the example code.
As a ...
2016-04-14
-
03:46 PM Bug #1680 (Closed): Digital not working
- Only happened from the IDE. Was due to an error in the interpretation of the command line switch -G1 , which is pass...
2016-04-12
-
11:15 PM Bug #1680 (Closed): Digital not working
- At least not from the example projects
2016-04-10
-
11:19 AM Feature #1548: IDE
- Add shutdown/reboot button
2016-04-07
Also available in: Atom